Stellar.XDR.Operations.CreateClaimableBalance (Elixir Stellar Base v0.1.3) View Source
Representation of Stellar CreateClaimableBalance
type.
Link to this section Summary
Link to this section Types
Specs
t() :: %Stellar.XDR.Operations.CreateClaimableBalance{ amount: Stellar.XDR.Int64.t(), asset: Stellar.XDR.Asset.t(), claimants: Stellar.XDR.Claimants.t() }
Link to this section Functions
Specs
new( asset :: Stellar.XDR.Asset.t(), amount :: Stellar.XDR.Int64.t(), claimants :: Stellar.XDR.Claimants.t() ) :: t()