Type alias TokenMetadataAuthorizationDetails

TokenMetadataAuthorizationDetails: {
    rules: PublicKey;
    data?: AuthorizationData;
}

Allows us to provide additional authorization details for an operation.

This includes:

  • The account defining the rules that should be used to authorize the operation.
  • Optionally, the extra data that should be used by those rules.

Type declaration

  • rules: PublicKey
  • Optional data?: AuthorizationData

Generated using TypeDoc