Skip to content

Instantly share code, notes, and snippets.

@pedromlcosta
Created September 21, 2018 11:07
Show Gist options
  • Save pedromlcosta/4929679393d0a253e3a28504acc73dd3 to your computer and use it in GitHub Desktop.
Save pedromlcosta/4929679393d0a253e3a28504acc73dd3 to your computer and use it in GitHub Desktop.
/** * Transfer holdership of assets to another person and update the status of the shipment */
transaction UpdateShipment extends ShipmentTransaction{
o ShipmentStatus status
o Location newLocation
o String message
→ supplyChainMember newHolder optional
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment