movement-fireblocks-sdk
Preparing search index...
TokenTransactionArguments
Type Alias TokenTransactionArguments
type
TokenTransactionArguments
=
{
accountSequenceNumber
?:
AnyNumber
;
amount
:
number
;
expireTimestamp
?:
number
;
fireblocksService
:
FireblocksService
;
gasUnitPrice
?:
number
;
maxGasAmount
?:
number
;
movementAddress
:
string
;
movementPublicKey
:
string
;
movementService
:
MovementService
;
recipientAddress
:
string
;
tokenAsset
:
string
;
transactionType
:
TOKEN
;
vaultAccountId
:
string
|
number
;
}
Index
Properties
account
Sequence
Number?
amount
expire
Timestamp?
fireblocks
Service
gas
Unit
Price?
max
Gas
Amount?
movement
Address
movement
Public
Key
movement
Service
recipient
Address
token
Asset
transaction
Type
vault
Account
Id
Properties
Optional
account
Sequence
Number
accountSequenceNumber
?:
AnyNumber
amount
amount
:
number
Optional
expire
Timestamp
expireTimestamp
?:
number
fireblocks
Service
fireblocksService
:
FireblocksService
Optional
gas
Unit
Price
gasUnitPrice
?:
number
Optional
max
Gas
Amount
maxGasAmount
?:
number
movement
Address
movementAddress
:
string
movement
Public
Key
movementPublicKey
:
string
movement
Service
movementService
:
MovementService
recipient
Address
recipientAddress
:
string
token
Asset
tokenAsset
:
string
transaction
Type
transactionType
:
TOKEN
vault
Account
Id
vaultAccountId
:
string
|
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
account
Sequence
Number
amount
expire
Timestamp
fireblocks
Service
gas
Unit
Price
max
Gas
Amount
movement
Address
movement
Public
Key
movement
Service
recipient
Address
token
Asset
transaction
Type
vault
Account
Id
movement-fireblocks-sdk
Loading...