View Source StellarBase.XDR.Operations.CreateClaimableBalanceResult (Elixir Stellar Base v0.11.1)

Representation of Stellar CreateClaimableBalanceResult type.

Link to this section Summary

Link to this section Types

@type t() :: %StellarBase.XDR.Operations.CreateClaimableBalanceResult{
  code: StellarBase.XDR.Operations.CreateClaimableBalanceResultCode.t(),
  result: any()
}

Link to this section Functions