toJson method
TxFee
toJson()
Implementation
TxFee toJson() {
return TxFee(
CoinsExtensions.toJSON(amount), gas_limit, payer ?? "", granter ?? "");
}
TxFee toJson() {
return TxFee(
CoinsExtensions.toJSON(amount), gas_limit, payer ?? "", granter ?? "");
}