Private
Readonly
gasThe recommended gas limit for deployment or null
.
Readonly
inputsThe inputs for the fragment.
Readonly
payableWhether the constructor can receive an endowment.
Readonly
typeThe type of the fragment.
Returns a string representation of this constructor as %%format%%.
Optional
format: FormatTypeStatic
fromReturns a new ConstructorFragment for %%obj%%.
Static
isReturns true if %%value%% is a [[ConstructorFragment]].
Static
isReturns true if %%value%% is an [[ErrorFragment]].
Static
isReturns true if %%value%% is an [[EventFragment]].
Static
isReturns true
and provides a type guard if %%value%% is a
ConstructorFragment.
Static
isReturns true if %%value%% is a [[FunctionFragment]].
Static
isReturns true if %%value%% is a [[StructFragment]].
Generated using TypeDoc
A Fragment which represents a constructor.