View Source StellarBase.XDR.ContractCostParamEntry (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 ContractCostParamEntry type.

Summary

Types

@type const_term_type() :: StellarBase.XDR.Int64.t()
@type ext_type() :: StellarBase.XDR.ExtensionPoint.t()
@type linear_term_type() :: StellarBase.XDR.Int64.t()
@type t() :: %StellarBase.XDR.ContractCostParamEntry{
  const_term: const_term_type(),
  ext: ext_type(),
  linear_term: linear_term_type()
}

Functions

Link to this function

new(ext, const_term, linear_term)

View Source
@spec new(
  ext :: ext_type(),
  const_term :: const_term_type(),
  linear_term :: linear_term_type()
) :: t()