Versions in this module Expand all Collapse all v0 v0.1.0 Aug 30, 2022 Changes in this version + const SeedStarkMessage + type StarkSigner struct + func GenerateStarkSigner(signer signers.L1Signer) (*StarkSigner, error) + func NewStarkSigner(privateKey, publicKey *big.Int, curve *caigo.StarkCurve) *StarkSigner + func (base *StarkSigner) GetAddress() string + func (base *StarkSigner) SignMessage(message string) (string, error) + func (base *StarkSigner) VerifySignature(hash *big.Int, signature, requiredSigner string) error