Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FallbackGasTipCap = big.NewInt(1500000000)
Functions ¶
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewManager ¶
func NewManager(wsServer server.IWebsocketManager, tssQueryService types.TssQueryService, store types.ManagerStore, config tss.Configuration) (*Manager, error)
func (*Manager) SignRollBack ¶
func (m *Manager) SignRollBack(request tss.SignStateRequest) ([]byte, error)
func (*Manager) SignStateBatch ¶
func (m *Manager) SignStateBatch(request tss.SignStateRequest) ([]byte, error)
func (*Manager) SignTxBatch ¶
Click to show internal directories.
Click to hide internal directories.