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

Summary

Types

@type ext_type() :: StellarBase.XDR.ExtensionPoint.t()
Link to this type

rent_fee_charged_type()

View Source
@type rent_fee_charged_type() :: StellarBase.XDR.Int64.t()
@type t() :: %StellarBase.XDR.SorobanTransactionMetaExtV1{
  ext: ext_type(),
  rent_fee_charged: rent_fee_charged_type(),
  total_non_refundable_resource_fee_charged:
    total_non_refundable_resource_fee_charged_type(),
  total_refundable_resource_fee_charged:
    total_refundable_resource_fee_charged_type()
}
Link to this type

total_non_refundable_resource_fee_charged_type()

View Source
@type total_non_refundable_resource_fee_charged_type() :: StellarBase.XDR.Int64.t()
Link to this type

total_refundable_resource_fee_charged_type()

View Source
@type total_refundable_resource_fee_charged_type() :: StellarBase.XDR.Int64.t()

Functions

Link to this function

new(ext, total_non_refundable_resource_fee_charged, total_refundable_resource_fee_charged, rent_fee_charged)

View Source
@spec new(
  ext :: ext_type(),
  total_non_refundable_resource_fee_charged ::
    total_non_refundable_resource_fee_charged_type(),
  total_refundable_resource_fee_charged ::
    total_refundable_resource_fee_charged_type(),
  rent_fee_charged :: rent_fee_charged_type()
) :: t()