@aave/aave-v3-aptos-ts-sdk - v0.0.53
    Preparing search index...

    Interface TokenData

    Represents the data associated with a token.

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

    Properties

    Properties

    symbol: string
    tokenAddress: AccountAddress