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() { }