Class: StellarBase::BridgeCallbacks::Check

Inherits:
Object
  • Object
show all
Extended by:
LightService::Organizer
Defined in:
app/services/stellar_base/bridge_callbacks/check.rb

Class Method Summary collapse

Class Method Details

.call(opts = {}) ⇒ Object



6
7
8
9
10
11
12
13
# File 'app/services/stellar_base/bridge_callbacks/check.rb', line 6

def self.call(opts = {})
  with(opts).reduce(
    InitializeHorizonClient,
    GetOperation,
    GetTransaction,
    Compare,
  )
end