Class: StellarBase::WithdrawalRequests::FindWithdrawalRequest

Inherits:
Object
  • Object
show all
Extended by:
LightService::Action
Defined in:
app/services/stellar_base/withdrawal_requests/find_withdrawal_request.rb

Constant Summary collapse

MATCH_WITHDRAWAL_REQUEST_TO_BRIDGE_CALLBACK_MAP =
{
  asset_code: :asset_code,
  issuer: :asset_issuer,
  memo_type: :memo_type,
  memo: :memo,
}.freeze