StellarBase.XDR.ClaimantV0 (Elixir Stellar Base v0.6.1) View Source

Representation of Stellar ClaimantV0 type.

Link to this section Summary

Link to this section Types

Specs

t() :: %StellarBase.XDR.ClaimantV0{
  destination: StellarBase.XDR.AccountID.t(),
  predicate: StellarBase.XDR.ClaimPredicate.t()
}

Link to this section Functions

Link to this function

new(destination, predicate)

View Source

Specs

new(
  destination :: StellarBase.XDR.AccountID.t(),
  predicate :: StellarBase.XDR.ClaimPredicate.t()
) :: t()