Stellar.Horizon.Operation.RevokeSponsorship (Elixir Stellar SDK v0.5.0) View Source
Represents a RevokeSponsorship operation from Horizon API.
Link to this section Summary
Link to this section Types
Specs
optional() :: String.t() | nil
Specs
t() :: %Stellar.Horizon.Operation.RevokeSponsorship{
account_id: String.t(),
claimable_balance_id: String.t(),
data_account_id: String.t(),
data_name: String.t(),
offer_id: String.t(),
signer_account_id: String.t(),
signer_key: String.t(),
trustline_account_id: String.t(),
trustline_asset: String.t()
}