Versions in this module Expand all Collapse all v1 v1.0.0 Oct 15, 2018 v0 v0.0.1 Sep 23, 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