account.go 67 B

12345
  1. package protocol
  2. type Account interface {
  3. Equals(Account) bool
  4. }