Type alias TokenAccountInfo

TokenAccountInfo: {
    id: Type;
    state: TokenAccountState;
}

The state of a particular token identified by an ID for an account.

Type declaration

  • id: Type

    The ID of the token.

  • state: TokenAccountState

    The associated account specific state of the token.

Generated using TypeDoc