Request parameters for getMetadata operation in MetadataApi.

GetMetadataRequest

interface GetMetadataRequestParams {
    chainName: string;
    contractAddress: string;
    metadataId: string;
}

Properties

chainName: string

The name of chain

GetMetadata

contractAddress: string

The address of metadata contract

GetMetadata

metadataId: string

The id of the metadata

GetMetadata