InternalAccountBalance: JsonApiRecordBase<"balances"> & {
    amount: string;
    chain: InternalBridgeChain;
    owner: InternalAccountKey;
    token: InternalSupportedTokenKey;
}

Type declaration

Generated using TypeDoc