Stellar.XDR.Operations.CreateAccount (Elixir Stellar Base v0.1.3) View Source

Representation of Stellar CreateAccount type.

Link to this section Summary

Link to this section Types

Specs

t() :: %Stellar.XDR.Operations.CreateAccount{
  destination: Stellar.XDR.AccountID.t(),
  starting_balance: Stellar.XDR.Int64.t()
}

Link to this section Functions

Link to this function

new(destination, starting_balance)

View Source

Specs

new(
  destination :: Stellar.XDR.AccountID.t(),
  starting_balance :: Stellar.XDR.Int64.t()
) :: t()