Interface MultisigThresholdPubkey

Hierarchy

  • Pubkey
    • MultisigThresholdPubkey

Properties

Properties

type: "tendermint/PubKeyMultisigThreshold"
value: {
    pubkeys: readonly SinglePubkey[];
    threshold: string;
}

Type declaration

  • Readonly pubkeys: readonly SinglePubkey[]
  • Readonly threshold: string

    A string-encoded integer

Generated using TypeDoc