Preparing search index...
The search index is not available
OPNet
OPNet
FunctionBaseData
Interface FunctionBaseData
Description
This interface is used to define the Bitcoin interface ABI.
Cathegory
Abi
interface
FunctionBaseData
{
constant
?:
boolean
;
inputs
?:
BitcoinAbiValue
[]
;
name
:
string
;
outputs
?:
BitcoinAbiValue
[]
;
payable
?:
boolean
;
type
:
Function
;
}
Hierarchy (
view full
)
BitcoinInterfaceAbiBase
<
Function
>
FunctionBaseData
Index
Properties
constant?
inputs?
name
outputs?
payable?
type
Properties
Optional
Readonly
constant
constant
?:
boolean
Optional
Readonly
inputs
inputs
?:
BitcoinAbiValue
[]
Readonly
name
name
:
string
Optional
Readonly
outputs
outputs
?:
BitcoinAbiValue
[]
Optional
Readonly
payable
payable
?:
boolean
Readonly
type
type
:
Function
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
constant
inputs
name
outputs
payable
type
OPNet
Loading...
Description
This interface is used to define the Bitcoin interface ABI.
Cathegory
Abi