Type alias MetadataDelegateInput<T>

MetadataDelegateInput<T>: {
    delegate: T;
    updateAuthority: PublicKey;
    type: "CollectionV1" | "UpdateV1" | "ProgrammableConfigV1";
}

Type Parameters

Type declaration

  • delegate: T
  • updateAuthority: PublicKey
  • type: "CollectionV1" | "UpdateV1" | "ProgrammableConfigV1"

Generated using TypeDoc