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