toJson method
override
Implementation
Json toJson() {
return {
'maxPriorityFeePerGas': maxPriorityFeePerGas.toString(),
'maxFeePerGas': maxFeePerGas.toString(),
};
}
Json toJson() {
return {
'maxPriorityFeePerGas': maxPriorityFeePerGas.toString(),
'maxFeePerGas': maxFeePerGas.toString(),
};
}