Preparing search index...
The search index is not available
@kynesyslabs/demosdk
@kynesyslabs/demosdk
escrow
EscrowBalance
Interface EscrowBalance
Escrow balance information
interface
EscrowBalance
{
balance
:
string
;
deposits
:
{
amount
:
string
;
from
:
string
;
message
?:
string
;
timestamp
:
number
;
}
[]
;
escrowAddress
:
string
;
exists
:
boolean
;
expired
:
boolean
;
expiryTimestamp
:
number
;
}
Index
Properties
balance
deposits
escrow
Address
exists
expired
expiry
Timestamp
Properties
balance
balance
:
string
deposits
deposits
:
{
amount
:
string
;
from
:
string
;
message
?:
string
;
timestamp
:
number
;
}
[]
escrow
Address
escrow
Address
:
string
exists
exists
:
boolean
expired
expired
:
boolean
expiry
Timestamp
expiry
Timestamp
:
number
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
balance
deposits
escrow
Address
exists
expired
expiry
Timestamp
@kynesyslabs/demosdk
Loading...
Escrow balance information