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

interface LegacyAminoPubKey {
    publicKeys: Any[];
    threshold: number;
}

Properties

publicKeys: Any[]
threshold: number

Generated using TypeDoc