Extends
Extended by
Properties
Methods
format()
format.
Parameters
Returns
string
Inherited from
Fragment.format
Source
abi/fragments.ts:1055from()
obj, wich can be any supported ABI frgament type.
Parameters
Returns
Fragment
Inherited from
Fragment.from
Source
abi/fragments.ts:1060isConstructor()
value is a ConstructorFragment.
Parameters
Returns
value is ConstructorFragment
Inherited from
Fragment.isConstructor
Source
abi/fragments.ts:1122isError()
value is an ErrorFragment.
Parameters
Returns
value is ErrorFragment
Inherited from
Fragment.isError
Source
abi/fragments.ts:1129isEvent()
value is an EventFragment.
Parameters
Returns
value is EventFragment
Inherited from
Fragment.isEvent
Source
abi/fragments.ts:1136isFunction()
value is a FunctionFragment.
Parameters
Returns
value is FunctionFragment
Inherited from
Fragment.isFunction
Source
abi/fragments.ts:1143isStruct()
value is a StructFragment.
Parameters
Returns
value is StructFragment
Inherited from
Fragment.isStruct
