Versions in this module Expand all Collapse all v0 v0.32.6 Jun 14, 2023 v0.32.5 Jun 14, 2023 v0.32.4 Jun 14, 2023 Changes in this version + const PubKeyMultisigThresholdAminoRoute + func NewPubKeyMultisigThreshold(k int, pubkeys []crypto.PubKey) crypto.PubKey + type Multisignature struct + BitArray *bitarray.CompactBitArray + Sigs [][]byte + func NewMultisig(n int) *Multisignature + func (mSig *Multisignature) AddSignature(sig []byte, index int) + func (mSig *Multisignature) AddSignatureFromPubKey(sig []byte, pubkey crypto.PubKey, keys []crypto.PubKey) error + func (mSig *Multisignature) Marshal() []byte + type PubKeyMultisigThreshold struct + K uint + PubKeys []crypto.PubKey + func (pk PubKeyMultisigThreshold) Address() crypto.Address + func (pk PubKeyMultisigThreshold) Bytes() []byte + func (pk PubKeyMultisigThreshold) Equals(other crypto.PubKey) bool + func (pk PubKeyMultisigThreshold) VerifyBytes(msg []byte, marshalledSig []byte) bool