Type alias TokenAuthorizations

TokenAuthorizations: {
    details: Type;
    tokenId: Type;
}

Represents the authorizations of a token, such as allow/deny lists, at a specific block. see GRPCClient.getTokenAuthorizations for more details.

Type declaration

Generated using TypeDoc