@shazow/whatsabi
Preparing search index...
abi
ABIFunction
Type Alias ABIFunction
type
ABIFunction
=
{
inputs
?:
ABIInput
[]
;
name
?:
string
;
outputs
?:
ABIOutput
[]
;
payable
?:
boolean
;
selector
:
string
;
sig
?:
string
;
sigAlts
?:
string
[]
;
stateMutability
?:
StateMutability
;
type
:
"function"
;
}
Index
Properties
inputs?
name?
outputs?
payable?
selector
sig?
sig
Alts?
state
Mutability?
type
Properties
Optional
inputs
inputs
?:
ABIInput
[]
Optional
name
name
?:
string
Optional
outputs
outputs
?:
ABIOutput
[]
Optional
payable
payable
?:
boolean
selector
selector
:
string
Optional
sig
sig
?:
string
Optional
sig
Alts
sigAlts
?:
string
[]
Optional
state
Mutability
stateMutability
?:
StateMutability
type
type
:
"function"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
inputs
name
outputs
payable
selector
sig
sig
Alts
state
Mutability
type
@shazow/whatsabi
Loading...