Usage
Return Value
The return value is partially based on Tanstack Query, with some return types aggregated for simplicity.Configuration
assetId
The asset ID to update - required.name
The updated name for the asset.storage
The storage configs to use for the asset. This is preferably EIP-721 or EIP-1155 compatible metadata configs.mutationConfig
ThemutationConfig
parameter allows for any
Tanstack Query
useMutation
options, such as cacheTime
or retry
. These override any
configs passed by default by the internal hook.