JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
hera.spec.transaction.dsl
Interface NeedFee<NextStateT>
All Known Subinterfaces:
DeployContractTransaction.WithReady
,
InvokeContractTransaction.WithReady
,
PlainTransaction.WithReady
,
ReDeployContractTransaction.WithReady
All Known Implementing Classes:
DeployContractTransactionBuilder
,
InvokeContractTransactionBuilder
,
PlainTransactionBuilder
,
ReDeployContractTransactionBuilder
public interface
NeedFee<NextStateT>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
NextStateT
fee
(
Fee
fee)
Accept
fee
to be used in transaction.
Method Detail
fee
NextStateT
fee(
Fee
fee)
Accept
fee
to be used in transaction.
Parameters:
fee
- a fee
Returns:
next state after accepting fee
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method