transfer abstract method

Future<bool> transfer(
  1. CreateTransfer transfer
)

Transfer funds between internal wallets. Off-chain operation.

Throw UnauthorizedException when the secret key is invalid. Throw NotFoundException when merchant or user does not exist. It throws exception TelePayException with any other error.

Implementation

Future<bool> transfer(CreateTransfer transfer);