Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler handles voting on TSS key processes
func NewHandler ¶
NewHandler creates a new TSS vote handler
type TxSigner ¶
type TxSigner interface {
SignAndBroadcastAuthZTx(ctx context.Context, msgs []sdk.Msg, memo string, gasLimit uint64, feeAmount sdk.Coins) (*sdk.TxResponse, error)
}
TxSigner defines the interface for signing and broadcasting transactions. Defined locally to avoid import cycles with core package.
Click to show internal directories.
Click to hide internal directories.