DetachPolicyArgs: {
    assetMint: string;
    authority: string;
    hash: string;
    owner: string;
    payer: string;
}

Represents the arguments required to detach a policy from an asset.

Type declaration

  • assetMint: string
  • authority: string
  • hash: string
  • owner: string
  • payer: string