@cyberchain/smart-contract-wrapper
@cyberchain/smart-contract-wrapper / JsonFragmentType
Defined in: node_modules/@asanrom/ethers-abi/dist/abi/fragments.d.ts:4
A Type description in a JSON ABI format.
readonlyoptionalcomponents: readonlyJsonFragmentType[]
Defined in: node_modules/@asanrom/ethers-abi/dist/abi/fragments.d.ts:24
The components for a tuple.
readonlyoptionalindexed:boolean
Defined in: node_modules/@asanrom/ethers-abi/dist/abi/fragments.d.ts:12
If the parameter is indexed.
readonlyoptionalinternalType:string
Defined in: node_modules/@asanrom/ethers-abi/dist/abi/fragments.d.ts:20
The internal Solidity type.
readonlyoptionalname:string
Defined in: node_modules/@asanrom/ethers-abi/dist/abi/fragments.d.ts:8
The parameter name.
readonlyoptionaltype:string
Defined in: node_modules/@asanrom/ethers-abi/dist/abi/fragments.d.ts:16
The type of the parameter.