Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TickRecoverer ¶
type TickRecoverer struct {
// contains filtered or unexported fields
}
TickRecoverer recovers the signer address from a tick data point and a signature.
func NewTickRecoverer ¶
func NewTickRecoverer(recoverer crypto.Recoverer) *TickRecoverer
NewTickRecoverer creates a new TickRecoverer instance.
type TickSigner ¶
type TickSigner struct {
// contains filtered or unexported fields
}
TickSigner signs tick data points and recovers the signer address from a signature.
func NewTickSigner ¶
func NewTickSigner(signer wallet.Key) *TickSigner
NewTickSigner creates a new TickSigner instance.
Click to show internal directories.
Click to hide internal directories.