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

Summary

Types

@type ext_type() :: StellarBase.XDR.ExtensionPoint.t()
@type resource_fee_type() :: StellarBase.XDR.Int64.t()
@type resources_type() :: StellarBase.XDR.SorobanResources.t()
@type t() :: %StellarBase.XDR.SorobanTransactionData{
  ext: ext_type(),
  resource_fee: resource_fee_type(),
  resources: resources_type()
}

Functions

Link to this function

new(ext, resources, resource_fee)

View Source
@spec new(
  ext :: ext_type(),
  resources :: resources_type(),
  resource_fee :: resource_fee_type()
) :: t()