Type alias TokenModuleRejectReason

TokenModuleRejectReason: {
    details: Type;
    tokenId: Type;
    type: string;
}

Represents the reason for a token module operation rejection.

Type declaration

  • details: Type

    Additional details about the rejection (CBOR encoded), which vary between implementations of token modules.

  • tokenId: Type

    The ID of the token for which the operation was rejected.

  • type: string

    The type of rejection.

Generated using TypeDoc