Application Binary Interface
JsonFragment
A fragment for a method, event or error in a JSON ABI format
Properties
Property | Modifier | Type | Description |
---|---|---|---|
anonymous? | readonly | boolean | If the event is anonymous. |
constant? | readonly | boolean | If the function is constant. |
gas? | readonly | string | The gas limit to use when sending a transaction for this function. |
inputs? | readonly | readonly JsonFragmentType [] | The input parameters. |
name? | readonly | string | The name of the error, event, function, etc. |
outputs? | readonly | readonly JsonFragmentType [] | The output parameters. |
payable? | readonly | boolean | If the function is payable. |
stateMutability? | readonly | string | The mutability state of the function. |
type? | readonly | string | The type of the fragment (e.g. event , "function" , etc.) |
Was this page helpful?