Interface TransactionRecords


public interface TransactionRecords
Omni Layer Transactions defined as Java Records.

By using Java Records (available in Java 16+) and PayloadBuilder we are able to relatively tersely define the transactions and their payload format in a single file.