Skip to content

Instantly share code, notes, and snippets.

@andreolf-da
Created September 15, 2020 09:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andreolf-da/9fdeabefd9f2389033f8e5f4b6342a4b to your computer and use it in GitHub Desktop.
Save andreolf-da/9fdeabefd9f2389033f8e5f4b6342a4b to your computer and use it in GitHub Desktop.
Partner
template Partner
with
votingParty : Party
csd : Party
newPartner : Party
role : PartnerRole
where
signatory votingParty
observer csd, newPartner
key (votingParty, newPartner) : (Party, Party)
maintainer key._1
controller csd can
preconsuming ApprovePartner : ContractId CustodyChain
do
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment