State
State: Object
A structure containing current ZumoKit state.
Type declaration
accounts
accounts: Account[]
Active user's accounts.
authenticatedUser
authenticatedUser: String | null
Authenticated active user id or null.
feeRates
feeRates: Object | null
Latest cryptocurrency transaction fee rates contained in a mapping between coin symbol names (BTC, ETH, etc.) and FeeRates objects containing fee rates by different confirmation times (slow, average or fast).
Example
{
"BTC":{
"slow":"2.00",
"average":"8.00",
"fast":"8.00",
},
"ETH":{
"slow":"1.00",
"average":"1.50",
"fast":"8.00"
}
}
transactions
transactions: Transaction[]
Active user's transactions.