@cyberchain/smart-contract-wrapper
@cyberchain/smart-contract-wrapper / FallbackFragment
Defined in: node_modules/@asanrom/ethers-abi/dist/abi/fragments.d.ts:355
A Fragment which represents a method.
new FallbackFragment(
guard,inputs,payable):FallbackFragment
Defined in: node_modules/@asanrom/ethers-abi/dist/abi/fragments.d.ts:360
any
readonly ParamType[]
boolean
FallbackFragment
Fragment.constructor
readonlyinputs: readonlyParamType[]
Defined in: node_modules/@asanrom/ethers-abi/dist/abi/fragments.d.ts:213
The inputs for the fragment.
readonlypayable:boolean
Defined in: node_modules/@asanrom/ethers-abi/dist/abi/fragments.d.ts:359
If the function can be sent value during invocation.
readonlytype:FragmentType
Defined in: node_modules/@asanrom/ethers-abi/dist/abi/fragments.d.ts:209
The type of the fragment.
format(
format?):string
Defined in: node_modules/@asanrom/ethers-abi/dist/abi/fragments.d.ts:364
Returns a string representation of this fallback as %%format%%.
string
staticfrom(obj):FallbackFragment
Defined in: node_modules/@asanrom/ethers-abi/dist/abi/fragments.d.ts:368
Returns a new FallbackFragment for %%obj%%.
any
FallbackFragment
staticisConstructor(value):value is ConstructorFragment
Defined in: node_modules/@asanrom/ethers-abi/dist/abi/fragments.d.ts:230
Returns true if %%value%% is a [[ConstructorFragment]].
any
value is ConstructorFragment
staticisError(value):value is ErrorFragment
Defined in: node_modules/@asanrom/ethers-abi/dist/abi/fragments.d.ts:234
Returns true if %%value%% is an [[ErrorFragment]].
any
value is ErrorFragment
staticisEvent(value):value is EventFragment
Defined in: node_modules/@asanrom/ethers-abi/dist/abi/fragments.d.ts:238
Returns true if %%value%% is an [[EventFragment]].
any
value is EventFragment
staticisFragment(value):value is FallbackFragment
Defined in: node_modules/@asanrom/ethers-abi/dist/abi/fragments.d.ts:373
Returns true and provides a type guard if %%value%% is a
FallbackFragment.
any
value is FallbackFragment
staticisFunction(value):value is FunctionFragment
Defined in: node_modules/@asanrom/ethers-abi/dist/abi/fragments.d.ts:242
Returns true if %%value%% is a [[FunctionFragment]].
any
value is FunctionFragment
staticisStruct(value):value is StructFragment
Defined in: node_modules/@asanrom/ethers-abi/dist/abi/fragments.d.ts:246
Returns true if %%value%% is a [[StructFragment]].
any
value is StructFragment