Method: LockstepSdk::TransactionModel#transaction_id

Defined in:
lib/lockstep_sdk/models/transaction_model.rb

#transaction_idUuid

Returns The unique ID of the transaction record.

Returns:

  • (Uuid)

    The unique ID of the transaction record.



60
61
62
# File 'lib/lockstep_sdk/models/transaction_model.rb', line 60

def transaction_id
  @transaction_id
end