Interface get_summary_of_token_balances_Query

interface get_summary_of_token_balances_Query {
    includes: string[];
    ownerAddress: string;
    tokenStandards: string[];
}

Hierarchy (view full)

Properties

includes: string[]
ownerAddress: string
tokenStandards: string[]