Versions in this module Expand all Collapse all v0 v0.26.0-dev0 Oct 15, 2018 v0.25.0 Sep 23, 2018 v0.24.0 Sep 7, 2018 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 v0.24.0-rc0 Sep 5, 2018