package
1.12.3-warp-verify6
Repository: https://github.com/ava-labs/avalanchego.git
Documentation: pkg.go.dev
# README
P-Chain warp message payloads
This package defines parsing and serialization for the payloads of unsigned warp messages on the P-Chain.
These payloads are specified in ACP-77, and are expected as part of the payload
field of an AddressedCall
message, with an empty source address.
# Functions
No description provided by the author
NewL1ValidatorRegistration creates a new initialized L1ValidatorRegistration.
NewL1ValidatorWeight creates a new initialized L1ValidatorWeight.
NewRegisterL1Validator creates a new initialized RegisterL1Validator.
NewSubnetToL1Conversion creates a new initialized SubnetToL1Conversion.
No description provided by the author
ParseL1ValidatorRegistration parses bytes into an initialized L1ValidatorRegistration.
ParseL1ValidatorWeight parses bytes into an initialized L1ValidatorWeight.
ParseRegisterL1Validator parses bytes into an initialized RegisterL1Validator.
ParseSubnetToL1Conversion parses bytes into an initialized SubnetToL1Conversion.
SubnetToL1ConversionID creates a subnet conversion ID from the provided subnet conversion data.
# Constants
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
L1ValidatorRegistration reports if a validator is registered on the P-chain.
L1ValidatorWeight is both received and sent by the P-chain.
No description provided by the author
RegisterL1Validator adds a validator to the subnet.
SubnetToL1Conversion reports the summary of the subnet conversation that occurred on the P-chain.
No description provided by the author
No description provided by the author
# Interfaces
Payload provides a common interface for all payloads implemented by this package.