getWithdrawFee abstract method

Future<Fee> getWithdrawFee(
  1. CreateWithdraw withdraw
)

Get estimated withdraw fee, composed of blockchain fee and processing fee.

Throw UnauthorizedException when the secret key is invalid. Throw NotFoundException when the asset was not found. It throws exception TelePayException with any other error.

Implementation

Future<Fee> getWithdrawFee(CreateWithdraw withdraw);