View Source StellarBase.XDR.ConfigSettingContractHistoricalDataV0 (Elixir Stellar Base v0.16.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 ConfigSettingContractHistoricalDataV0 type.

Summary

Types

Link to this type

fee_historical1_kb_type()

View Source
@type fee_historical1_kb_type() :: StellarBase.XDR.Int64.t()
@type t() :: %StellarBase.XDR.ConfigSettingContractHistoricalDataV0{
  fee_historical1_kb: fee_historical1_kb_type()
}

Functions

@spec new(fee_historical1_kb :: fee_historical1_kb_type()) :: t()