AttachPolicyArgs: {
    assetMint: string;
    authority: string;
    identityFilter: IdentityFilter;
    payer: string;
    policyType: PolicyType;
}

Represents the arguments required to attach a policy to an asset.

Type declaration