Preparing search index...
The search index is not available
@multiversx/sdk-core - v13.0.0
@multiversx/sdk-core
ITransaction
Interface ITransaction
interface
ITransaction
{
chainID
:
string
;
data
:
Uint8Array
;
gasLimit
:
bigint
;
gasPrice
:
bigint
;
guardian
:
string
;
guardianSignature
:
Uint8Array
;
nonce
:
bigint
;
options
:
number
;
receiver
:
string
;
receiverUsername
:
string
;
sender
:
string
;
senderUsername
:
string
;
signature
:
Uint8Array
;
value
:
bigint
;
version
:
number
;
}
Index
Properties
chainID
data
gas
Limit
gas
Price
guardian
guardian
Signature
nonce
options
receiver
receiver
Username
sender
sender
Username
signature
value
version
Properties
chainID
chainID
:
string
data
data
:
Uint8Array
gas
Limit
gas
Limit
:
bigint
gas
Price
gas
Price
:
bigint
guardian
guardian
:
string
guardian
Signature
guardian
Signature
:
Uint8Array
nonce
nonce
:
bigint
options
options
:
number
receiver
receiver
:
string
receiver
Username
receiver
Username
:
string
sender
sender
:
string
sender
Username
sender
Username
:
string
signature
signature
:
Uint8Array
value
value
:
bigint
version
version
:
number
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
chainID
data
gas
Limit
gas
Price
guardian
guardian
Signature
nonce
options
receiver
receiver
Username
sender
sender
Username
signature
value
version
@multiversx/sdk-core - v13.0.0
Loading...