Type alias UpdateMetadataInstructionData

UpdateMetadataInstructionData: {
    creators: Creator[];
    currentMetadata: NodeArgs;
    discriminator: number[];
    index: number;
    isMutable: boolean;
    label: string;
    nonce: bigint;
    properties: Properties[];
    root: Uint8Array;
}

Type declaration

  • creators: Creator[]
  • currentMetadata: NodeArgs
  • discriminator: number[]
  • index: number
  • isMutable: boolean
  • label: string

    The name of the asset

  • nonce: bigint
  • properties: Properties[]
  • root: Uint8Array

Generated using TypeDoc