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()
@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() }
@type total_non_refundable_resource_fee_charged_type() :: StellarBase.XDR.Int64.t()
@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()