Type alias MintEdgeV1InstructionDataArgs

MintEdgeV1InstructionDataArgs: {
    creators: CreatorArgs[];
    endId: string;
    isMutable: boolean;
    properties: PropertiesArgs[];
    startId: string;
}

Type declaration

  • creators: CreatorArgs[]
  • endId: string
  • isMutable: boolean
  • properties: PropertiesArgs[]
  • startId: string

    The name of the asset

Generated using TypeDoc