View Source StellarBase.XDR.Account (Elixir Stellar Base v0.16.0)
Representation of Stellar Account
type.
Summary
Types
@type t() :: %StellarBase.XDR.Account{account_id: StellarBase.XDR.AccountID.t()}
Functions
@spec new(account_id :: StellarBase.XDR.AccountID.t()) :: t()