2024-07-05 22:20:13 -04:00
|
|
|
package keeper
|
2024-08-10 17:01:14 -04:00
|
|
|
|
|
|
|
|
func (k Keeper) insertAliasFromDisplayName() {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (k Keeper) insertAssertionFromIdentity() {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (k Keeper) insertAuthenticationFromCredential() {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (k Keeper) insertControllerFromMotrVault() {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (k Keeper) insertDelegationFromAccount() {
|
|
|
|
|
}
|