difftreelog
chore regenerate types
in: master
4 files changed
tests/src/interfaces/augment-api-tx.tsdiffbeforeafterboth974 * * new_sponsor.974 * * new_sponsor.975 **/975 **/976 setCollectionSponsor: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, newSponsor: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, AccountId32]>;976 setCollectionSponsor: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, newSponsor: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, AccountId32]>;977 setPropertyPermissions: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, propertyPermissions: Vec<UpDataStructsPropertyKeyPermission> | (UpDataStructsPropertyKeyPermission | { key?: any; permission?: any } | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [u32, Vec<UpDataStructsPropertyKeyPermission>]>;978 setTokenProperties: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, tokenId: u32 | AnyNumber | Uint8Array, properties: Vec<UpDataStructsProperty> | (UpDataStructsProperty | { key?: any; value?: any } | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [u32, u32, Vec<UpDataStructsProperty>]>;977 setTokenProperties: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, tokenId: u32 | AnyNumber | Uint8Array, properties: Vec<UpDataStructsProperty> | (UpDataStructsProperty | { key?: any; value?: any } | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [u32, u32, Vec<UpDataStructsProperty>]>;978 setTokenPropertyPermissions: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, propertyPermissions: Vec<UpDataStructsPropertyKeyPermission> | (UpDataStructsPropertyKeyPermission | { key?: any; permission?: any } | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [u32, Vec<UpDataStructsPropertyKeyPermission>]>;979 /**979 /**980 * Set transfers_enabled value for particular collection980 * Set transfers_enabled value for particular collection981 * 981 * tests/src/interfaces/default/types.tsdiffbeforeafterboth1690 readonly tokenId: u32;1690 readonly tokenId: u32;1691 readonly propertyKeys: Vec<Bytes>;1691 readonly propertyKeys: Vec<Bytes>;1692 } & Struct;1692 } & Struct;1693 readonly isSetPropertyPermissions: boolean;1693 readonly isSetTokenPropertyPermissions: boolean;1694 readonly asSetPropertyPermissions: {1694 readonly asSetTokenPropertyPermissions: {1695 readonly collectionId: u32;1695 readonly collectionId: u32;1696 readonly propertyPermissions: Vec<UpDataStructsPropertyKeyPermission>;1696 readonly propertyPermissions: Vec<UpDataStructsPropertyKeyPermission>;1697 } & Struct;1697 } & Struct;1750 readonly collectionId: u32;1750 readonly collectionId: u32;1751 readonly newLimit: UpDataStructsCollectionPermissions;1751 readonly newLimit: UpDataStructsCollectionPermissions;1752 } & Struct;1752 } & Struct;1753 readonly type: 'CreateCollection' | 'CreateCollectionEx' | 'DestroyCollection' | 'AddToAllowList' | 'RemoveFromAllowList' | 'ChangeCollectionOwner' | 'AddCollectionAdmin' | 'RemoveCollectionAdmin' | 'SetCollectionSponsor' | 'ConfirmSponsorship' | 'RemoveCollectionSponsor' | 'CreateItem' | 'CreateMultipleItems' | 'SetCollectionProperties' | 'DeleteCollectionProperties' | 'SetTokenProperties' | 'DeleteTokenProperties' | 'SetPropertyPermissions' | 'CreateMultipleItemsEx' | 'SetTransfersEnabledFlag' | 'BurnItem' | 'BurnFrom' | 'Transfer' | 'Approve' | 'TransferFrom' | 'SetCollectionLimits' | 'SetCollectionPermissions';1753 readonly type: 'CreateCollection' | 'CreateCollectionEx' | 'DestroyCollection' | 'AddToAllowList' | 'RemoveFromAllowList' | 'ChangeCollectionOwner' | 'AddCollectionAdmin' | 'RemoveCollectionAdmin' | 'SetCollectionSponsor' | 'ConfirmSponsorship' | 'RemoveCollectionSponsor' | 'CreateItem' | 'CreateMultipleItems' | 'SetCollectionProperties' | 'DeleteCollectionProperties' | 'SetTokenProperties' | 'DeleteTokenProperties' | 'SetTokenPropertyPermissions' | 'CreateMultipleItemsEx' | 'SetTransfersEnabledFlag' | 'BurnItem' | 'BurnFrom' | 'Transfer' | 'Approve' | 'TransferFrom' | 'SetCollectionLimits' | 'SetCollectionPermissions';1754}1754}175517551756/** @name PalletUniqueError */1756/** @name PalletUniqueError */tests/src/interfaces/lookup.tsdiffbeforeafterboth1313 tokenId: 'u32',1313 tokenId: 'u32',1314 propertyKeys: 'Vec<Bytes>',1314 propertyKeys: 'Vec<Bytes>',1315 },1315 },1316 set_property_permissions: {1316 set_token_property_permissions: {1317 collectionId: 'u32',1317 collectionId: 'u32',1318 propertyPermissions: 'Vec<UpDataStructsPropertyKeyPermission>',1318 propertyPermissions: 'Vec<UpDataStructsPropertyKeyPermission>',1319 },1319 },tests/src/interfaces/types-lookup.tsdiffbeforeafterboth1438 readonly tokenId: u32;1438 readonly tokenId: u32;1439 readonly propertyKeys: Vec<Bytes>;1439 readonly propertyKeys: Vec<Bytes>;1440 } & Struct;1440 } & Struct;1441 readonly isSetPropertyPermissions: boolean;1441 readonly isSetTokenPropertyPermissions: boolean;1442 readonly asSetPropertyPermissions: {1442 readonly asSetTokenPropertyPermissions: {1443 readonly collectionId: u32;1443 readonly collectionId: u32;1444 readonly propertyPermissions: Vec<UpDataStructsPropertyKeyPermission>;1444 readonly propertyPermissions: Vec<UpDataStructsPropertyKeyPermission>;1445 } & Struct;1445 } & Struct;1498 readonly collectionId: u32;1498 readonly collectionId: u32;1499 readonly newLimit: UpDataStructsCollectionPermissions;1499 readonly newLimit: UpDataStructsCollectionPermissions;1500 } & Struct;1500 } & Struct;1501 readonly type: 'CreateCollection' | 'CreateCollectionEx' | 'DestroyCollection' | 'AddToAllowList' | 'RemoveFromAllowList' | 'ChangeCollectionOwner' | 'AddCollectionAdmin' | 'RemoveCollectionAdmin' | 'SetCollectionSponsor' | 'ConfirmSponsorship' | 'RemoveCollectionSponsor' | 'CreateItem' | 'CreateMultipleItems' | 'SetCollectionProperties' | 'DeleteCollectionProperties' | 'SetTokenProperties' | 'DeleteTokenProperties' | 'SetPropertyPermissions' | 'CreateMultipleItemsEx' | 'SetTransfersEnabledFlag' | 'BurnItem' | 'BurnFrom' | 'Transfer' | 'Approve' | 'TransferFrom' | 'SetCollectionLimits' | 'SetCollectionPermissions';1501 readonly type: 'CreateCollection' | 'CreateCollectionEx' | 'DestroyCollection' | 'AddToAllowList' | 'RemoveFromAllowList' | 'ChangeCollectionOwner' | 'AddCollectionAdmin' | 'RemoveCollectionAdmin' | 'SetCollectionSponsor' | 'ConfirmSponsorship' | 'RemoveCollectionSponsor' | 'CreateItem' | 'CreateMultipleItems' | 'SetCollectionProperties' | 'DeleteCollectionProperties' | 'SetTokenProperties' | 'DeleteTokenProperties' | 'SetTokenPropertyPermissions' | 'CreateMultipleItemsEx' | 'SetTransfersEnabledFlag' | 'BurnItem' | 'BurnFrom' | 'Transfer' | 'Approve' | 'TransferFrom' | 'SetCollectionLimits' | 'SetCollectionPermissions';1502 }1502 }150315031504 /** @name UpDataStructsCollectionMode (156) */1504 /** @name UpDataStructsCollectionMode (156) */