Type alias UpdateMetadataInstructionDataArgs

UpdateMetadataInstructionDataArgs: {
    creators: CreatorArgs[];
    currentMetadata: NodeArgsArgs;
    index: number;
    isMutable: boolean;
    label: string;
    nonce: number | bigint;
    properties: PropertiesArgs[];
    root: Uint8Array;
}

Type declaration

  • creators: CreatorArgs[]
  • currentMetadata: NodeArgsArgs
  • index: number
  • isMutable: boolean
  • label: string

    The name of the asset

  • nonce: number | bigint
  • properties: PropertiesArgs[]
  • root: Uint8Array

Generated using TypeDoc