Niklas Mack
Niklas Mack
When initializing `Eth::Contract::FunctionInput` with an array type (e.g. `uint256[]`) it returns the a non-array type on it's type method. This example should make it clear: ```rb Eth::Contract::FunctionInput.new({ "name" => "array",...
The OpenSea Testnet API now uses the Goerli Testnet work (https://docs.opensea.io/reference/testnets-api-overview#:~:text=Ethereum%20Goerli%20test%20network) This causes issues when trying to import a NFT on a testnet. Loading the metadata of the contract currently...
Is it possible to implement a scalar that returns a result from its `to_output` method? In the end it should look something like this: ```rs #[derive( GraphQLScalar)] #[graphql( name =...