INFTSVG

Git Source

Interface for the NFTSVG contract

Functions

isNFTSVG

Checks if the contract is compliant with the NFTSVG interface

function isNFTSVG() external pure returns (bool);

generateVaultURI

Generates a URI for a given vault

function generateVaultURI( SVGParams memory params_ ) external pure returns (string memory);

Parameters

NameTypeDescription
params_SVGParamsParameters for generating the URI

generateFallbackURI

Generates a fallback URI for a given vault

function generateFallbackURI( SVGParams memory params_ ) external pure returns (string memory);

Parameters

NameTypeDescription
params_SVGParamsParameters for generating the URI