Type alias CreateMetadataAccountV3InstructionArgsArgs

CreateMetadataAccountV3InstructionArgsArgs: {
    collectionDetails: number;
    data: DataV2Args;
    isMutable: boolean;
}

Type declaration

  • collectionDetails: number
  • data: DataV2Args
  • isMutable: boolean

Generated using TypeDoc