DasApiTokenAccount: {
    address: string;
    amount: number;
    close_authority?: string;
    delegate?: string;
    delegated_amount: number;
    extensions?: any;
    frozen: boolean;
    mint: string;
    owner: string;
}

Individual token account information

Type declaration

  • address: string

    The address of the token account

  • amount: number

    The amount of tokens in the account

  • Optional close_authority?: string

    The close authority for the account

  • Optional delegate?: string

    The delegate address for the account

  • delegated_amount: number

    The delegated amount

  • Optional extensions?: any

    Extensions on the token account

  • frozen: boolean

    Whether the account is frozen

  • mint: string

    The mint address of the token

  • owner: string

    The owner of the token account

Generated using TypeDoc