View Source StellarBase.XDR.LedgerKeyContractData (Elixir Stellar Base v0.13.0)
Automatically generated by xdrgen DO NOT EDIT or your changes may be overwritten
Target implementation: elixir_xdr at https://hex.pm/packages/elixir_xdr
Representation of Stellar LedgerKeyContractData
type.
Link to this section Summary
Link to this section Types
@type body_type_type() :: StellarBase.XDR.ContractEntryBodyType.t()
@type contract_type() :: StellarBase.XDR.SCAddress.t()
@type durability_type() :: StellarBase.XDR.ContractDataDurability.t()
@type key_type() :: StellarBase.XDR.SCVal.t()
@type t() :: %StellarBase.XDR.LedgerKeyContractData{ body_type: body_type_type(), contract: contract_type(), durability: durability_type(), key: key_type() }
Link to this section Functions
@spec new( contract :: contract_type(), key :: key_type(), durability :: durability_type(), body_type :: body_type_type() ) :: t()