View Source StellarBase.XDR.Operations.CreateAccount (Elixir Stellar Base v0.16.0)
Representation of Stellar CreateAccount
type.
Summary
Types
@type t() :: %StellarBase.XDR.Operations.CreateAccount{ destination: StellarBase.XDR.AccountID.t(), starting_balance: StellarBase.XDR.Int64.t() }
Functions
@spec new( destination :: StellarBase.XDR.AccountID.t(), starting_balance :: StellarBase.XDR.Int64.t() ) :: t()