2023-03-25 13:15:19 +01:00

12 lines
170 B
Go

package accountdata
import (
"github.com/anytypeio/any-sync/util/crypto"
)
type AccountKeys struct {
PeerKey crypto.PrivKey
SignKey crypto.PrivKey
PeerId string
}