View Source Stellar.TxBuild.HashIDPreimageOperationID (Elixir Stellar SDK v0.22.0)

HashIDPreimageOperationID struct definition.

Summary

Types

@type t() :: %Stellar.TxBuild.HashIDPreimageOperationID{
  op_num: non_neg_integer(),
  sequence_number: Stellar.TxBuild.SequenceNumber.t(),
  source_account: Stellar.TxBuild.AccountID.t()
}