View Source StellarBase.XDR.FromAsset (Elixir Stellar Base v0.9.0)
Representation of Stellar FromAsset
type.
Link to this section Summary
Link to this section Types
@type t() :: %StellarBase.XDR.FromAsset{ asset: StellarBase.XDR.Asset.t(), network_id: StellarBase.XDR.Hash.t() }
Link to this section Functions
@spec new(network_id :: StellarBase.XDR.Hash.t(), asset :: StellarBase.XDR.Asset.t()) :: t()