Select Git revision
key_pair.go
key_pair.go 86 B
package ed25119
type KeyPair struct {
PrivateKey PrivateKey
PublicKey PublicKey
}
* Feat: started porting the new binary stuff * Refactor: removed unnecessary folder * Refactor: cleaned up go.mod files * Fix: removed objectsdb files * Feat: added transactionrequester package