toJson method
Convert the WithdrawBalanceContract object to a JSON representation.
Implementation
@override
Map<String, dynamic> toJson({bool visible = true}) {
return {'owner_address': ownerAddress.toAddress(visible)};
}
Convert the WithdrawBalanceContract object to a JSON representation.
@override
Map<String, dynamic> toJson({bool visible = true}) {
return {'owner_address': ownerAddress.toAddress(visible)};
}