salt-sdk
Getting started
Preparing search index...
TransactionObject
Interface TransactionObject
Transaction object as stored in the Salt database
interface
TransactionObject
{
_id
:
string
;
account_id
:
string
;
broadcastReceipt
:
string
|
TransactionReceipt
|
null
;
combined
:
boolean
;
lastUpdated
?:
string
;
organisation_id
:
string
;
params
:
TransactionObjectParams
;
policyCheck
:
PolicyCheck
;
proposeReceipt
:
ContractReceipt
;
signatures
:
ContractReceipt
[]
;
state
:
TRANSACTION_STATE
;
}
Index
Properties
_
id
account_
id
broadcast
Receipt
combined
last
Updated?
organisation_
id
params
policy
Check
propose
Receipt
signatures
state
Properties
_
id
_id
:
string
account_
id
account_id
:
string
broadcast
Receipt
broadcastReceipt
:
string
|
TransactionReceipt
|
null
combined
combined
:
boolean
Optional
last
Updated
lastUpdated
?:
string
organisation_
id
organisation_id
:
string
params
params
:
TransactionObjectParams
policy
Check
policyCheck
:
PolicyCheck
propose
Receipt
proposeReceipt
:
ContractReceipt
signatures
signatures
:
ContractReceipt
[]
state
state
:
TRANSACTION_STATE
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
id
account_
id
broadcast
Receipt
combined
last
Updated
organisation_
id
params
policy
Check
propose
Receipt
signatures
state
Getting started
salt-sdk
Loading...
Transaction object as stored in the Salt database