StellarBase.XDR.Operation (Elixir Stellar Base v0.8.7) View Source
Representation of Stellar Operation type.
Link to this section Summary
Link to this section Types
Specs
t() :: %StellarBase.XDR.Operation{
body: StellarBase.XDR.OperationBody.t(),
source_account: StellarBase.XDR.OptionalMuxedAccount.t()
}
Link to this section Functions
Specs
new( operation_body :: StellarBase.XDR.OperationBody.t(), source_account :: StellarBase.XDR.OptionalMuxedAccount.t() ) :: t()