Raindex SDK Documentation
GitHub
NPM
Preparing search index...
SgOrder
Interface SgOrder
interface
SgOrder
{
active
:
boolean
;
addEvents
:
SgAddOrder
[]
;
id
:
string
;
inputs
:
SgVault
[]
;
meta
?:
string
;
orderbook
:
SgOrderbook
;
orderBytes
:
string
;
orderHash
:
string
;
outputs
:
SgVault
[]
;
owner
:
string
;
removeEvents
:
SgRemoveOrder
[]
;
timestampAdded
:
string
;
trades
:
SgOrderStructPartialTrade
[]
;
}
Index
Properties
active
add
Events
id
inputs
meta?
orderbook
order
Bytes
order
Hash
outputs
owner
remove
Events
timestamp
Added
trades
Properties
active
active
:
boolean
add
Events
addEvents
:
SgAddOrder
[]
id
id
:
string
inputs
inputs
:
SgVault
[]
Optional
meta
meta
?:
string
orderbook
orderbook
:
SgOrderbook
order
Bytes
orderBytes
:
string
order
Hash
orderHash
:
string
outputs
outputs
:
SgVault
[]
owner
owner
:
string
remove
Events
removeEvents
:
SgRemoveOrder
[]
timestamp
Added
timestampAdded
:
string
trades
trades
:
SgOrderStructPartialTrade
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
active
add
Events
id
inputs
meta
orderbook
order
Bytes
order
Hash
outputs
owner
remove
Events
timestamp
Added
trades
GitHub
NPM
Raindex SDK Documentation
Loading...