interface TokenDeposit {
    account: string;
    amount: bigint;
    id: _0x3.token.TokenId;
}

Properties

Properties

account: string
amount: bigint