github.com/annchain/OG@v0.0.9/account/private_info.go (about) 1 package account 2 3 type PrivateInfo struct { 4 Type string 5 PrivateKey string 6 Id string 7 }