View Source StellarBase.XDR.Operations.ClawbackClaimableBalance (Elixir Stellar Base v0.11.0)

Representation of Stellar ClawbackClaimableBalance type.

Link to this section Summary

Link to this section Types

@type t() :: %StellarBase.XDR.Operations.ClawbackClaimableBalance{
  balance_id: StellarBase.XDR.ClaimableBalanceID.t()
}

Link to this section Functions

@spec new(balance_id :: StellarBase.XDR.ClaimableBalanceID.t()) :: t()