Type alias UpdateMetadataInstructionArgs

UpdateMetadataInstructionArgs: {
    creators: Creator[];
    currentMetadata: NodeArgsArgs;
    index: number;
    isMutable: boolean;
    label: string;
    nonce: number | bigint;
    proof: undefined | PublicKey<string>[];
    properties: Properties[];
    root: Uint8Array;
}

Type declaration

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

    The name of the asset

  • nonce: number | bigint
  • proof: undefined | PublicKey<string>[]
  • properties: Properties[]
  • root: Uint8Array

Generated using TypeDoc