stack

Home > @infiniteobjects/token-gated-product > getNetworkScanUrl

getNetworkScanUrl() function

Return the URL to the network scan for the contract and token IDs

Signature:

export declare function getNetworkScanUrl(blockchain: TokenGatedProductSupportedBlockchains, blockchainNetwork: BlockchainNetwork, contractAddress: string, tokenId: string): string;

Parameters

Parameter Type Description
blockchain TokenGatedProductSupportedBlockchains  
blockchainNetwork BlockchainNetwork  
contractAddress string  
tokenId string  

Returns:

string