Search
Preparing search index...
The search index is not available
anchor.js
Options
All
Public
Public/Protected
All
Inherited
Menu
anchor.js
facade/operation
OperationImpl
Class OperationImpl<FabricatorInputType>
Type parameters
FabricatorInputType
Hierarchy
OperationImpl
Implements
Operation
Index
Constructors
constructor
Methods
execute
generate
With
Address
generate
With
Wallet
Constructors
constructor
new
Operation
Impl<FabricatorInputType>
(
fabricator
:
Fabricator
<
FabricatorInputType
>
, option
:
OmitAddress
<
FabricatorInputType
>
, addressProvider
:
AddressProvider
)
:
OperationImpl
<
FabricatorInputType
>
Type parameters
FabricatorInputType
Parameters
fabricator:
Fabricator
<
FabricatorInputType
>
option:
OmitAddress
<
FabricatorInputType
>
addressProvider:
AddressProvider
Returns
OperationImpl
<
FabricatorInputType
>
Methods
execute
execute
(
wallet
:
Wallet
, __namedParameters
?:
OperationGasParameters
)
:
Promise
<
BlockTxBroadcastResult
>
Parameters
wallet:
Wallet
__namedParameters:
OperationGasParameters
= ...
Returns
Promise
<
BlockTxBroadcastResult
>
generate
With
Address
generate
With
Address
(
address
:
string
)
:
Msg
[]
Parameters
address:
string
Returns
Msg
[]
generate
With
Wallet
generate
With
Wallet
(
wallet
:
Wallet
)
:
Msg
[]
Parameters
wallet:
Wallet
Returns
Msg
[]
Exports
facade/operation
Operation
Impl
constructor
execute
generate
With
Address
generate
With
Wallet
Operation
Operation
Gas
Parameters