Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EIP155 ¶
type EIP155 struct {
// contains filtered or unexported fields
}
func (*EIP155) NewEIP155Signer ¶
func (e155 *EIP155) NewEIP155Signer(ec *ecc.ECC, key string) *EIP155Signer
type EIP155Signer ¶
type EIP155Signer struct {
// contains filtered or unexported fields
}
func (*EIP155Signer) BuildKey ¶
func (s *EIP155Signer) BuildKey()
func (*EIP155Signer) Sign ¶
func (s *EIP155Signer) Sign(hash []byte) *Signature
Click to show internal directories.
Click to hide internal directories.