Stellar.XDR.Operation (Elixir Stellar Base v0.1.3) View Source

Representation of Stellar Operation type.

Link to this section Summary

Link to this section Types

Specs

t() :: %Stellar.XDR.Operation{
  body: Stellar.XDR.OperationBody.t(),
  source_account: Stellar.XDR.OptionalMuxedAccount.t()
}

Link to this section Functions

Link to this function

new(source_account, body)

View Source

Specs

new(
  source_account :: Stellar.XDR.OptionalMuxedAccount.t(),
  operation_body :: Stellar.XDR.OperationBody.t()
) :: t()