IWalletResponse Interface representing a wallet.
const wallet: IWallet = { id: 3108164, asset: "RIAL", balance: "1671.6", frozen: "0.0", service: "main"}; Copy
const wallet: IWallet = { id: 3108164, asset: "RIAL", balance: "1671.6", frozen: "0.0", service: "main"};
The asset type of the wallet.
The balance of the wallet.
The frozen amount in the wallet.
The unique identifier of the wallet.
The service associated with the wallet.
IWalletResponse Interface representing a wallet.
See
Example