mirror of
https://github.com/emo2007/block-accounting.git
synced 2025-04-12 08:56:28 +00:00
7 lines
80 B
Go
7 lines
80 B
Go
package models
|
|
|
|
type UserIdentity interface {
|
|
Id() string
|
|
Mnemonic() string
|
|
}
|