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

Link to this function

new(destination, starting_balance)

View Source
@spec new(
  destination :: StellarBase.XDR.AccountID.t(),
  starting_balance :: StellarBase.XDR.Int64.t()
) ::
  t()