public static interface ContractApi.ContractApiWithWalletApi<ContractT>
Modifier and Type | Method and Description |
---|---|
ContractT |
fee(Fee fee)
Prepare
ContractApi with a fee. |
ContractT |
noFee()
Prepare
ContractApi with no fee. |
ContractT fee(Fee fee)
ContractApi
with a fee.fee
- a feeContractT noFee()
ContractApi
with no fee.