stacks-fireblocks-sdk
Preparing search index...
Transaction
Type Alias Transaction
type
Transaction
=
{
amount
:
number
;
recipient
:
string
;
sender
:
string
;
success
:
boolean
;
timestamp
:
any
;
tokenContractAddress
?:
string
;
tokenName
?:
string
;
transaction_hash
:
string
;
type
:
STX
|
FungibleToken
;
}
Index
Properties
amount
recipient
sender
success
timestamp
token
Contract
Address?
token
Name?
transaction_
hash
type
Properties
amount
amount
:
number
recipient
recipient
:
string
sender
sender
:
string
success
success
:
boolean
timestamp
timestamp
:
any
Optional
token
Contract
Address
tokenContractAddress
?:
string
Optional
token
Name
tokenName
?:
string
transaction_
hash
transaction_hash
:
string
type
type
:
STX
|
FungibleToken
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
recipient
sender
success
timestamp
token
Contract
Address
token
Name
transaction_
hash
type
stacks-fireblocks-sdk
Loading...