Represents the data associated with a token.

interface TokenData {
    symbol: string;
    tokenAddress: AccountAddress;
}

Properties

Properties

symbol: string
tokenAddress: AccountAddress