WithdrawBalanceContract constructor

WithdrawBalanceContract({
  1. required TronAddress ownerAddress,
})

Create a new WithdrawBalanceContract instance with specified parameters.

Implementation

WithdrawBalanceContract({required this.ownerAddress});