Type alias CreateMetadataAccountV3InstructionArgs

CreateMetadataAccountV3InstructionArgs: {
    collectionDetails: number;
    data: DataV2;
    isMutable: boolean;
}

Type declaration

  • collectionDetails: number
  • data: DataV2
  • isMutable: boolean

Generated using TypeDoc