@celo/connect"abi-types"ABIDefinition

Interface: ABIDefinition

Hierarchy

  • AbiItem

ABIDefinition

Index

Properties

Properties

Optional anonymous

anonymous? : undefined | false | true

Inherited from ABIDefinition.anonymous

Defined in node_modules/web3-utils/types/index.d.ts:217


Optional constant

constant? : undefined | false | true

Inherited from ABIDefinition.constant

Defined in node_modules/web3-utils/types/index.d.ts:218


Optional gas

gas? : undefined | number

Inherited from ABIDefinition.gas

Defined in node_modules/web3-utils/types/index.d.ts:225


Optional inputs

inputs? : AbiInput[]

Inherited from ABIDefinition.inputs

Defined in node_modules/web3-utils/types/index.d.ts:219


Optional name

name? : undefined | string

Inherited from ABIDefinition.name

Defined in node_modules/web3-utils/types/index.d.ts:220


Optional outputs

outputs? : AbiOutput[]

Inherited from ABIDefinition.outputs

Defined in node_modules/web3-utils/types/index.d.ts:221


Optional payable

payable? : undefined | false | true

Inherited from ABIDefinition.payable

Defined in node_modules/web3-utils/types/index.d.ts:222


signature

signature: string

Defined in packages/sdk/connect/src/abi-types.ts:18


Optional stateMutability

stateMutability? : StateMutabilityType

Inherited from ABIDefinition.stateMutability

Defined in node_modules/web3-utils/types/index.d.ts:223


type

type: AbiType

Inherited from ABIDefinition.type

Defined in node_modules/web3-utils/types/index.d.ts:224