Documentation ¶ Index ¶ func BootstrapAddresses(bootstrapHost p2p.Node) []string func NewBootstrapHost(ctx context.Context, t *testing.T) p2p.Node type TestSet func NewTestSet(t testing.TB, size int) *TestSet Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func BootstrapAddresses ¶ func BootstrapAddresses(bootstrapHost p2p.Node) []string func NewBootstrapHost ¶ func NewBootstrapHost(ctx context.Context, t *testing.T) p2p.Node Types ¶ type TestSet ¶ type TestSet struct { SignKeys []*bls.SignKey VerKeys []*bls.VerKey EcdsaKeys []*ecdsa.PrivateKey PubKeys []*ecdsa.PublicKey SignKeysByAddress map[string]*bls.SignKey } func NewTestSet ¶ func NewTestSet(t testing.TB, size int) *TestSet Source Files ¶ View all Source files testnotarygroup.go Click to show internal directories. Click to hide internal directories.