StellarBase.XDR.LedgerKey (Elixir Stellar Base v0.8.7) View Source
Representation of Stellar LedgerEntry type.
Link to this section Summary
Link to this section Types
Specs
Specs
t() :: %StellarBase.XDR.LedgerKey{
entry: entry(),
type: StellarBase.XDR.LedgerEntryType.t()
}
Link to this section Functions
Specs
new(entry :: entry(), type :: StellarBase.XDR.LedgerEntryType.t()) :: t()