near-api-js - v7.0.4
Preparing search index...
transactions/schema
Transaction
Class Transaction
Index
Constructors
constructor
Properties
actions
block
Hash
nonce
public
Key
receiver
Id
signer
Id
Methods
encode
decode
Constructors
constructor
new
Transaction
(
__namedParameters
:
{
actions
:
Action
[]
;
blockHash
:
Uint8Array
;
nonce
:
bigint
;
publicKey
:
PublicKey
;
receiverId
:
string
;
signerId
:
string
;
}
,
)
:
Transaction
Parameters
__namedParameters
:
{
actions
:
Action
[]
;
blockHash
:
Uint8Array
;
nonce
:
bigint
;
publicKey
:
PublicKey
;
receiverId
:
string
;
signerId
:
string
;
}
Returns
Transaction
Properties
actions
actions
:
Action
[]
block
Hash
blockHash
:
Uint8Array
nonce
nonce
:
bigint
public
Key
publicKey
:
PublicKey
receiver
Id
receiverId
:
string
signer
Id
signerId
:
string
Methods
encode
encode
()
:
Uint8Array
Returns
Uint8Array
Static
decode
decode
(
bytes
:
Uint8Array
)
:
Transaction
Parameters
bytes
:
Uint8Array
Returns
Transaction
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
actions
block
Hash
nonce
public
Key
receiver
Id
signer
Id
Methods
encode
decode
near-api-js - v7.0.4
Loading...