## Description Implement service layer for (new) node registration's transaction, as described in https://docs.google.com/document/d/118CdR0WOIpZx4C9Hnx-JsrHz3vXn9OZ6eMokk9y71hk/edit#bookmark=id.2vrzs3efqyak ## Breakdown - Create new file transaction/nodeRegistration.go and create struct containing the attachment body (see #82) and other tx fields necessary to validate the transaction - Add business logic for ApplyConfirmed, ApplyUnconfirmed, Validate methods and write tests on the way ## Additional Diagram / File ## Reference #68 #82