View Source StellarBase.XDR.Operations.ClawbackClaimableBalanceResult (Elixir Stellar Base v0.12.0)

Representation of Stellar ClawbackClaimableBalanceResult type.

Link to this section Summary

Link to this section Types

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

Link to this section Functions