View Source StellarBase.XDR.Operations.CreateAccountResult (Elixir Stellar Base v0.10.1)
Representation of Stellar CreateAccountResult
type.
Link to this section Summary
Link to this section Types
@type t() :: %StellarBase.XDR.Operations.CreateAccountResult{ code: StellarBase.XDR.Operations.CreateAccountResultCode.t(), result: any() }
Link to this section Functions
@spec new( result :: any(), code :: StellarBase.XDR.Operations.CreateAccountResultCode.t() ) :: t()