LegacyAminoPubKey specifies a public key type which nests multiple public keys and a threshold, it uses legacy amino address rules.

from message cosmos.crypto.multisig.LegacyAminoPubKey

Hierarchy

Constructors

Properties

publicKeys: Any[] = []

from field: repeated google.protobuf.Any public_keys = 2;

threshold: number = 0

from field: uint32 threshold = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.crypto.multisig.LegacyAminoPubKey" = "cosmos.crypto.multisig.LegacyAminoPubKey"

Methods