movement-fireblocks-sdk
Preparing search index...
MoveTransactionArguments
Type Alias MoveTransactionArguments
type
MoveTransactionArguments
=
{
accountSequenceNumber
?:
AnyNumber
;
amount
:
number
;
expireTimestamp
?:
number
;
fireblocksService
:
FireblocksService
;
gasUnitPrice
?:
number
;
maxGasAmount
?:
number
;
movementAddress
:
string
;
movementPublicKey
:
string
;
movementService
:
MovementService
;
recipientAddress
:
string
;
transactionType
:
MOVE
;
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
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
transaction
Type
transactionType
:
MOVE
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
transaction
Type
vault
Account
Id
movement-fireblocks-sdk
Loading...