github.com/sixexorg/magnetic-ring@v0.0.0-20191119090307-31705a21e419/account/nodeaccount.go (about) 1 package account 2 3 4 type NodeAccountImpl struct { 5 NormalAccountImpl 6 } 7 8 9 10