JsonFragmentType
Defined in: node_modules/.pnpm/ethers@6.15.0/node_modules/ethers/lib.esm/abi/fragments.d.ts:15
A Type description in a JSON ABI format.
Properties
Section titled “Properties”components?
Section titled “components?”readonly optional components: readonly JsonFragmentType[];
Defined in: node_modules/.pnpm/ethers@6.15.0/node_modules/ethers/lib.esm/abi/fragments.d.ts:35
The components for a tuple.
indexed?
Section titled “indexed?”readonly optional indexed: boolean;
Defined in: node_modules/.pnpm/ethers@6.15.0/node_modules/ethers/lib.esm/abi/fragments.d.ts:23
If the parameter is indexed.
internalType?
Section titled “internalType?”readonly optional internalType: string;
Defined in: node_modules/.pnpm/ethers@6.15.0/node_modules/ethers/lib.esm/abi/fragments.d.ts:31
The internal Solidity type.
readonly optional name: string;
Defined in: node_modules/.pnpm/ethers@6.15.0/node_modules/ethers/lib.esm/abi/fragments.d.ts:19
The parameter name.
readonly optional type: string;
Defined in: node_modules/.pnpm/ethers@6.15.0/node_modules/ethers/lib.esm/abi/fragments.d.ts:27
The type of the parameter.