UNPKG

@river-build/generated

Version:

## How to generate contract types

29 lines (28 loc) 497 B
export default [ { "type": "function", "name": "refreshMetadata", "inputs": [], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "tokenURI", "inputs": [ { "name": "tokenId", "type": "uint256", "internalType": "uint256" } ], "outputs": [ { "name": "", "type": "string", "internalType": "string" } ], "stateMutability": "view" } ] as const