TypeScript type to use for address
values
0x${string}
Maximum depth for nested array types (e.g. string[][])
Note: You probably only want to set this to a specific number if parsed types are returning as unknown
and you want to figure out why. If you set this, you should probably also reduce FixedArrayMaxLength
.
false
TypeScript type to use for int<M>
and uint<M>
values, where M > 48
bigint
TypeScript type to use for bytes
values
TypeScript type to use for bytes
input values
TypeScript type to use for bytes
output values
{ inputs: `0x${string}` | Uint8Array; outputs: `0x${string}` }
Upper bound for fixed array length
99
Lower bound for fixed array length
1
TypeScript type to use for int<M>
and uint<M>
values, where M <= 48
number
When set, validates AbiParameter's type
against AbiType
Note: You probably only want to set this to true
if parsed types are returning as unknown
and you want to figure out why.
false
Generated using TypeDoc
Resolved Config between user defined options and DefaultConfig
Example