ModeInfo describes the signing mode of a single or nested multisig signer.
from message cosmos.tx.v1beta1.ModeInfo
Optional
sum is the oneof that specifies whether this represents a single or nested multisig signer
single represents a single signer
from field: cosmos.tx.v1beta1.ModeInfo.Single single = 1;
multi represents a nested multisig signer
from field: cosmos.tx.v1beta1.ModeInfo.Multi multi = 2;
from oneof cosmos.tx.v1beta1.ModeInfo.sum
Static
Readonly
ModeInfo describes the signing mode of a single or nested multisig signer.
Generated
from message cosmos.tx.v1beta1.ModeInfo