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_STELLAR_TX_MAP =
{
  memo_type: :memo_type,
  memo: :memo,
}.freeze
MATCH_WITHDRAWAL_REQUEST_TO_STELLAR_OP_MAP =
{
  asset_code: :asset_code,
  issuer: :asset_issuer,
}.freeze