sonr/x/did/keeper/state.go

17 lines
278 B
Go
Raw Normal View History

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