common

package
v0.0.0-...-3674750 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 19, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AlignedBytesToString

func AlignedBytesToString(data []byte) string

func BytesToUint32

func BytesToUint32(data []byte) uint32

func ExtractSigner

func ExtractSigner(signature []byte, data ...[]byte) (signerAddress []byte, err error)

func SignData

func SignData(privateKey *ecdsa.PrivateKey, data ...[]byte) ([]byte, error)

func StringToAlignedBytes

func StringToAlignedBytes(input string, size int) []byte

input string can't have any 0x0 characters

func Uint32ToBytes

func Uint32ToBytes(val uint32) []byte

Types

type TestNode

type TestNode struct {
	Address    string
	PrivateKey *ecdsa.PrivateKey
}

func NewTestNodes

func NewTestNodes(t *testing.T, n int) []TestNode

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL