update BalanceInfo type
This commit is contained in:
parent
c29a67d54f
commit
92ebf72b37
1 changed files with 5 additions and 0 deletions
|
|
@ -47,6 +47,11 @@ export interface BalanceInfo {
|
|||
ticker: string;
|
||||
id: string;
|
||||
amount: string;
|
||||
awaiting_in: string;
|
||||
awaiting_out: string;
|
||||
total: string;
|
||||
unlocked: string;
|
||||
asset_info: APIAsset;
|
||||
}
|
||||
|
||||
export interface SubTransfer {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue