Preparing search index...
The search index is not available
@crownfi/sei-utils
@crownfi/sei-utils
EVMABIFunctionDefinition
Interface EVMABIFunctionDefinition
Represents a function defined in accordance with the solidity ABI specification.
interface
EVMABIFunctionDefinition
{
inputs
:
EVMABITupleComponent
<
ABIDefType
>
[]
;
name
:
string
;
outputs
:
EVMABITupleComponent
<
ABIDefType
>
[]
;
stateMutability
:
EVMABIFunctionStateAccess
;
type
:
EVMABIFunctionType
;
}
Index
Properties
inputs
name
outputs
state
Mutability
type
Properties
inputs
inputs
:
EVMABITupleComponent
<
ABIDefType
>
[]
name
name
:
string
outputs
outputs
:
EVMABITupleComponent
<
ABIDefType
>
[]
state
Mutability
state
Mutability
:
EVMABIFunctionStateAccess
type
type
:
EVMABIFunctionType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
inputs
name
outputs
state
Mutability
type
@crownfi/sei-utils
Loading...
Represents a function defined in accordance with the solidity ABI specification.