mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 21:09:11 +00:00
17 lines
278 B
Go
17 lines
278 B
Go
package keeper
|
|
|
|
func (k Keeper) insertAliasFromDisplayName() {
|
|
}
|
|
|
|
func (k Keeper) insertAssertionFromIdentity() {
|
|
}
|
|
|
|
func (k Keeper) insertAuthenticationFromCredential() {
|
|
}
|
|
|
|
func (k Keeper) insertControllerFromMotrVault() {
|
|
}
|
|
|
|
func (k Keeper) insertDelegationFromAccount() {
|
|
}
|