ryan-senn / stellar-elm-sdk / Stellar.Resources.Effect

Effect Resource

Union Type


type Effect
    = AccountCreated Stellar.Resources.Effects.AccountCreated.AccountCreated
    | AccountCredited Stellar.Resources.Effects.AccountCredited.AccountCredited
    | AccountDebited Stellar.Resources.Effects.AccountDebited.AccountDebited
    | AccountFlagsUpdated Stellar.Resources.Effects.AccountFlagsUpdated.AccountFlagsUpdated
    | AccountHomeDomainUpdated Stellar.Resources.Effects.AccountHomeDomainUpdated.AccountHomeDomainUpdated
    | AccountInflationDestinationUpdated Stellar.Resources.Effects.AccountInflationDestinationUpdated.AccountInflationDestinationUpdated
    | AccountRemoved Stellar.Resources.Effects.AccountRemoved.AccountRemoved
    | AccountThresholdsUpdated Stellar.Resources.Effects.AccountThresholdsUpdated.AccountThresholdsUpdated
    | DataCreated Stellar.Resources.Effects.DataCreated.DataCreated
    | DataRemoved Stellar.Resources.Effects.DataRemoved.DataRemoved
    | DataUpdated Stellar.Resources.Effects.DataUpdated.DataUpdated
    | OfferCreated Stellar.Resources.Effects.OfferCreated.OfferCreated
    | OfferRemoved Stellar.Resources.Effects.OfferRemoved.OfferRemoved
    | OfferUpdated Stellar.Resources.Effects.OfferUpdated.OfferUpdated
    | SignerCreated Stellar.Resources.Effects.SignerCreated.SignerCreated
    | SignerRemoved Stellar.Resources.Effects.SignerRemoved.SignerRemoved
    | Trade Stellar.Resources.Effects.Trade.Trade
    | TrustlineAuthorised Stellar.Resources.Effects.TrustlineAuthorised.TrustlineAuthorised
    | TrustlineCreated Stellar.Resources.Effects.TrustlineCreated.TrustlineCreated
    | TrustlineDeauthorised Stellar.Resources.Effects.TrustlineDeauthorised.TrustlineDeauthorised
    | TrustlineRemoved Stellar.Resources.Effects.TrustlineRemoved.TrustlineRemoved
    | TrustlineUpdated Stellar.Resources.Effects.TrustlineUpdated.TrustlineUpdated

Union Type of all possible Effects