Interface RefreshCollectionMetadataRequestParams

Request parameters for refreshCollectionMetadata operation in CollectionsApi.

RefreshCollectionMetadataRequest

interface RefreshCollectionMetadataRequestParams {
    contractAddress: string;
    chainName: string;
    refreshCollectionMetadataRequest: RefreshCollectionMetadataRequest;
}

Properties

contractAddress: string

The address contract

RefreshCollectionMetadata

chainName: string

The name of chain

RefreshCollectionMetadata

refreshCollectionMetadataRequest: RefreshCollectionMetadataRequest

The request body

RefreshCollectionMetadata