OutMessage class

Constructors

OutMessage.new({required InternalAddress address, required BigInt amount, String? stateInit, String? payload})

Properties

address InternalAddress
Receiver's address.
final
amount BigInt
Amount to send in nanoTon.
final
hashCode int
The hash code for this object.
no setterinherited
payload String?
Contract specific data to add to the transaction.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stateInit String?
Contract specific data to add to the transaction.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Json
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited