SigningModeDescriptor provides information on a signing flow of the application NOTE(fdymylja): here we could go as far as providing an entire flow on how to sign a message given a SigningModeDescriptor, but it's better to think about this another time

from message cosmos.base.reflection.v2alpha1.SigningModeDescriptor

Hierarchy

Constructors

Properties

authnInfoProviderMethodFullname: string = ""

authn_info_provider_method_fullname defines the fullname of the method to call to get the metadata required to authenticate using the provided sign_modes

from field: string authn_info_provider_method_fullname = 3;

name: string = ""

name defines the unique name of the signing mode

from field: string name = 1;

number: number = 0

number is the unique int32 identifier for the sign_mode enum

from field: int32 number = 2;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.base.reflection.v2alpha1.SigningModeDescriptor" = "cosmos.base.reflection.v2alpha1.SigningModeDescriptor"

Methods