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
|
PublicKey
|
Buffer
<
ArrayBufferLike
>
|
Uint8Array
<
ArrayBufferLike
>
|
ByteStringBuffer
|
ISignature
;
gcr_edits
:
GCREdit
[]
;
nonce
:
number
;
timestamp
:
number
;
to
:
|
string
|
Buffer
<
ArrayBufferLike
>
|
Uint8Array
<
ArrayBufferLike
>
|
ByteStringBuffer
|
ISignature
|
PrivateKey
;
transaction_fee
:
TxFee
;
type
:
|
"web2Request"
|
"crosschainOperation"
|
"subnet"
|
"native"
|
"demoswork"
|
"genesis"
|
"NODE_ONLINE"
|
"identity"
|
"instantMessaging"
;
}
Index
Properties
amount
data
from
gcr_
edits
nonce
timestamp
to
transaction_
fee
type
Properties
amount
amount
:
number
data
data
:
TransactionContentData
from
from
:
|
string
|
PublicKey
|
Buffer
<
ArrayBufferLike
>
|
Uint8Array
<
ArrayBufferLike
>
|
ByteStringBuffer
|
ISignature
gcr_
edits
gcr_
edits
:
GCREdit
[]
nonce
nonce
:
number
timestamp
timestamp
:
number
to
to
:
|
string
|
Buffer
<
ArrayBufferLike
>
|
Uint8Array
<
ArrayBufferLike
>
|
ByteStringBuffer
|
ISignature
|
PrivateKey
transaction_
fee
transaction_
fee
:
TxFee
type
type
:
|
"web2Request"
|
"crosschainOperation"
|
"subnet"
|
"native"
|
"demoswork"
|
"genesis"
|
"NODE_ONLINE"
|
"identity"
|
"instantMessaging"
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
amount
data
from
gcr_
edits
nonce
timestamp
to
transaction_
fee
type
@kynesyslabs/demosdk
Loading...