mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-03 09:51:39 +00:00
10 lines
228 B
Go
10 lines
228 B
Go
package keeper
|
|
|
|
// deriveAccount is used to derive a wallet account using bip32
|
|
func (k Keeper) deriveAccount() {
|
|
}
|
|
|
|
// insertAccount places an Account into the did module orm as a Delegation
|
|
func (k Keeper) insertAccount() {
|
|
}
|