Preparing search index...
The search index is not available
@kynesyslabs/demosdk
@kynesyslabs/demosdk
types
TransactionContent
Interface TransactionContent
interface
TransactionContent
{
amount
:
number
;
data
:
TransactionContentData
;
from
:
string
;
from_ed25519_address
:
string
;
gcr_edits
:
GCREdit
[]
;
nonce
:
number
;
timestamp
:
number
;
to
:
string
;
transaction_fee
:
TxFee
;
type
:
|
"web2Request"
|
"crosschainOperation"
|
"subnet"
|
"native"
|
"demoswork"
|
"genesis"
|
"NODE_ONLINE"
|
"identity"
|
"instantMessaging"
|
"nativeBridge"
|
"l2psEncryptedTx"
;
}
Index
Properties
amount
data
from
from_
ed25519_
address
gcr_
edits
nonce
timestamp
to
transaction_
fee
type
Properties
amount
amount
:
number
data
data
:
TransactionContentData
from
from
:
string
from_
ed25519_
address
from_
ed25519_
address
:
string
gcr_
edits
gcr_
edits
:
GCREdit
[]
nonce
nonce
:
number
timestamp
timestamp
:
number
to
to
:
string
transaction_
fee
transaction_
fee
:
TxFee
type
type
:
|
"web2Request"
|
"crosschainOperation"
|
"subnet"
|
"native"
|
"demoswork"
|
"genesis"
|
"NODE_ONLINE"
|
"identity"
|
"instantMessaging"
|
"nativeBridge"
|
"l2psEncryptedTx"
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
amount
data
from
from_
ed25519_
address
gcr_
edits
nonce
timestamp
to
transaction_
fee
type
@kynesyslabs/demosdk
Loading...