bitfinex-node-api
Preparing search index...
IWalletUpdateMessage
Interface IWalletUpdateMessage
wu
— wallet update.
interface
IWalletUpdateMessage
{
balance
:
number
;
balance_available
:
number
|
null
;
channel_id
:
0
;
currency
:
string
;
type
:
"wallet_update"
;
unsettled_interest
:
number
;
wallet_type
:
IWalletType
;
}
Hierarchy (
View Summary
)
IWallet
IWalletUpdateMessage
Index
Properties
balance
balance_
available
channel_
id
currency
type
unsettled_
interest
wallet_
type
Properties
balance
balance
:
number
balance_
available
balance_available
:
number
|
null
channel_
id
channel_id
:
0
currency
currency
:
string
type
type
:
"wallet_update"
unsettled_
interest
unsettled_interest
:
number
wallet_
type
wallet_type
:
IWalletType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
balance
balance_
available
channel_
id
currency
type
unsettled_
interest
wallet_
type
bitfinex-node-api
Loading...
wu— wallet update.