Files
sonr/x/did/keeper/accounts.go
T

10 lines
228 B
Go
Raw Normal View History

2024-08-31 12:49:44 -04:00
package keeper
2024-08-31 16:54:16 -04:00
// 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() {
}