Skip to content

Instantly share code, notes, and snippets.

@glassonion1
Last active October 31, 2021 07:42
Show Gist options
  • Save glassonion1/1f5a94509c7140a26b69b0dff4afca22 to your computer and use it in GitHub Desktop.
Save glassonion1/1f5a94509c7140a26b69b0dff4afca22 to your computer and use it in GitHub Desktop.
class Account<<EOA>> {
address: Address
}
class Ownable {
owner: Address
}
class Greeter {
}
Ownable <|-- Greeter
Account "1"<-"*" Ownable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment