Add new records for use in the application layer #48
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
When using the various types used in blockchain, it is often necessary to define additional methods in the application. Since each type is in the form of an external library, if it needs to define and use a new method, a static class should be used.
When using methods through this class, the static class must always be named, which increases the number of characters per line of code and reduces readability.
To improve this and make it more usable from an application perspective, I created an application-specific type as shown below.