After the namespace and address scheme is defined for the transaction family, the state, transaction, and payload encoding scheme can be defined.
Implementing a transaction family
How to do it...
To define the state, you should analyze the data requirements for your organization and follow an appropriate modeling process to define the semantic data model for the system. For example, you could use entity-relationship modeling to represent conceptual data logic in your enterprise. In our example, the state is as follows:
This can be explained as follows:
- House APN (Key): The Assessor Parcel Number (APN) for a house is a unique number assigned to each parcel of land by a county tax assessor. The APN is based on formatting...