View Source StellarBase.XDR.Offer (Elixir Stellar Base v0.16.0)

Representation of Stellar Offer type.

Summary

Types

@type t() :: %StellarBase.XDR.Offer{
  offer_id: StellarBase.XDR.Int64.t(),
  seller_id: StellarBase.XDR.AccountID.t()
}

Functions

Link to this function

new(seller_id, offer_id)

View Source
@spec new(
  seller_id :: StellarBase.XDR.AccountID.t(),
  offer_id :: StellarBase.XDR.Int64.t()
) :: t()