Type alias TokenInfo

TokenInfo: {
    id: Type;
    state: TokenState;
}

The state of a particular token identified by an ID at a specific block.

Type declaration

  • id: Type

    The ID of the token.

  • state: TokenState

    The associated state of the token.

Generated using TypeDoc