MessageBehavior

Message option
Protobuf enum TW.Everscale.Proto.MessageBehavior

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun getNumber(): Int
Link copied to clipboard
open fun internalGetValueMap(): EnumLiteMap<MessageBehavior>
Link copied to clipboard
open fun internalGetVerifier(): EnumVerifier
Link copied to clipboard

Returns the enum constant of this type with the specified name.
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
Sends the entire account balance along with the message
SendAllBalance = 1;
Link copied to clipboard
Sends a message with the specified amount. The sender pays a fee from the account balance
SimpleTransfer = 0;