Documentation
Preparing search index...
@tonconnect/ui
TransactionFullMessage
Type Alias TransactionFullMessage
Transaction message.
type
TransactionFullMessage
=
{
address
:
string
|
null
;
amount
:
string
|
null
;
payload
:
string
|
null
;
state_init
:
string
|
null
;
}
Index
Properties
address
amount
payload
state_
init
Properties
address
address
:
string
|
null
Recipient address.
amount
amount
:
string
|
null
Transfer amount.
payload
payload
:
string
|
null
Message payload
state_
init
state_init
:
string
|
null
Message state init
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
address
amount
payload
state_
init
Documentation
Loading...
Transaction message.