Request parameters for getMintRequest operation in NftsApi.

GetMintRequestRequest

interface GetMintRequestRequestParams {
    contractAddress: string;
    chainName: string;
    referenceId: string;
}

Properties

contractAddress: string

The address of contract

GetMintRequest

chainName: string

The name of chain

GetMintRequest

referenceId: string

The id of the mint request

GetMintRequest