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

Summary

Types

@type op_num_type() :: StellarBase.XDR.UInt32.t()
@type seq_num_type() :: StellarBase.XDR.SequenceNumber.t()
@type source_account_type() :: StellarBase.XDR.AccountID.t()
@type t() :: %StellarBase.XDR.HashIDPreimageOperationID{
  op_num: op_num_type(),
  seq_num: seq_num_type(),
  source_account: source_account_type()
}

Functions

Link to this function

new(source_account, seq_num, op_num)

View Source
@spec new(
  source_account :: source_account_type(),
  seq_num :: seq_num_type(),
  op_num :: op_num_type()
) :: t()