Method: StellarBase::DepositRequests::Trigger.actions

Defined in:
app/services/stellar_base/deposit_requests/trigger.rb

.actionsObject



25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# File 'app/services/stellar_base/deposit_requests/trigger.rb', line 25

def self.actions
  [
    FindConfig,
    FindDepositRequest,
    CreateDeposit,
    InitAssetSendingClient,
    InitStellarIssuerAccount,
    InitStellarRecipientAccount,
    InitStellarDistributionAccount,
    InitStellarAsset,
    InitStellarAmount,
    SendAsset,
    UpdateDeposit,
  ]
end