Skip to content

Latest commit

 

History

History
61 lines (31 loc) · 1.14 KB

File metadata and controls

61 lines (31 loc) · 1.14 KB

@cyberchain/smart-contract-wrapper


@cyberchain/smart-contract-wrapper / JsonFragmentType

Interface: JsonFragmentType

Defined in: node_modules/@asanrom/ethers-abi/dist/abi/fragments.d.ts:4

A Type description in a JSON ABI format.

Properties

components?

readonly optional components: readonly JsonFragmentType[]

Defined in: node_modules/@asanrom/ethers-abi/dist/abi/fragments.d.ts:24

The components for a tuple.


indexed?

readonly optional indexed: boolean

Defined in: node_modules/@asanrom/ethers-abi/dist/abi/fragments.d.ts:12

If the parameter is indexed.


internalType?

readonly optional internalType: string

Defined in: node_modules/@asanrom/ethers-abi/dist/abi/fragments.d.ts:20

The internal Solidity type.


name?

readonly optional name: string

Defined in: node_modules/@asanrom/ethers-abi/dist/abi/fragments.d.ts:8

The parameter name.


type?

readonly optional type: string

Defined in: node_modules/@asanrom/ethers-abi/dist/abi/fragments.d.ts:16

The type of the parameter.