onTransferDestinationRequest
abstract fun onTransferDestinationRequest(block: suspend TransferDestinationResponse.(RequestContext) -> Unit)
Whenever a TransferDestinationRequest is made, the contents of the onTransferDestinationRequest{} block will be executed.