package
0.0.0-20220620005849-a315113d9162
Repository: https://github.com/mycodeku/transtionhelper.git
Documentation: pkg.go.dev

# Functions

AddSignature adds a signature to the multisig, at the corresponding index.
AddSignatureFromPubKey adds a signature to the multisig, at the index in keys corresponding to the provided pubkey.
No description provided by the author
NewMultisig returns a new MultiSignatureData.

# Structs

AminoMultisignature is used to represent amino multi-signatures for StdTx's.

# Interfaces

PubKey defines a type which supports multi-signature verification via MultiSignatureData which supports multiple SignMode's.

# Type aliases

GetSignBytesFunc defines a function type which returns sign bytes for a given SignMode or an error.