Skip to main content
A Fragment which represents a constructor.

Extends

Properties

Methods

format()

Returns a string representation of this constructor as format.

Parameters

Returns

string

Overrides

Fragment.format

Source

abi/fragments.ts:1390

from()

Returns a new ConstructorFragment for obj.

Parameters

Returns

ConstructorFragment

Overrides

Fragment.from

Source

abi/fragments.ts:1421

isConstructor()

Returns true if value is a ConstructorFragment.

Parameters

Returns

value is ConstructorFragment

Inherited from

Fragment.isConstructor

Source

abi/fragments.ts:1122

isError()

Returns true if value is an ErrorFragment.

Parameters

Returns

value is ErrorFragment

Inherited from

Fragment.isError

Source

abi/fragments.ts:1129

isEvent()

Returns true if value is an EventFragment.

Parameters

Returns

value is EventFragment

Inherited from

Fragment.isEvent

Source

abi/fragments.ts:1136

isFragment()

Returns true and provides a type guard if value is a ConstructorFragment.

Parameters

Returns

value is ConstructorFragment

Source

abi/fragments.ts:1454

isFunction()

Returns true if value is a FunctionFragment.

Parameters

Returns

value is FunctionFragment

Inherited from

Fragment.isFunction

Source

abi/fragments.ts:1143

isStruct()

Returns true if value is a StructFragment.

Parameters

Returns

value is StructFragment

Inherited from

Fragment.isStruct

Source

abi/fragments.ts:1150