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