txs

package
v1.9.4 Latest Latest
Warning

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

Go to latest
Published: Sep 26, 2025 License: BSD-3-Clause Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConvertSubnetToL1Validator

type ConvertSubnetToL1Validator struct {
	NodeID ids.NodeID `serialize:"true" json:"nodeID"`
	Weight uint64     `serialize:"true" json:"weight"`
	Signer Signer     `serialize:"true" json:"signer"`
}

ConvertSubnetToL1Validator contains validator information for subnet-to-L1 conversion

type Signer

type Signer struct {
	PublicKey [bls.PublicKeyLen]byte `serialize:"true" json:"publicKey"`
	Signature [bls.SignatureLen]byte `serialize:"true" json:"signature"`
}

Signer contains the BLS signature for a validator

Jump to

Keyboard shortcuts

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