StellarBase.XDR.Operations.CreateAccount (Elixir Stellar Base v0.8.3) View Source
Representation of Stellar CreateAccount
type.
Link to this section Summary
Link to this section Types
Specs
t() :: %StellarBase.XDR.Operations.CreateAccount{ destination: StellarBase.XDR.AccountID.t(), starting_balance: StellarBase.XDR.Int64.t() }
Link to this section Functions
Specs
new( destination :: StellarBase.XDR.AccountID.t(), starting_balance :: StellarBase.XDR.Int64.t() ) :: t()