platformvm

package
v1.12.0-initial-poc.5 Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2024 License: BSD-3-Clause Imports: 4 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_platformvm_platformvm_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type SubnetIDIndex

type SubnetIDIndex struct {
	SubnetId []byte `protobuf:"bytes,1,opt,name=subnet_id,json=subnetId,proto3" json:"subnet_id,omitempty"`
	Index    uint32 `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"`
	// contains filtered or unexported fields
}

func (*SubnetIDIndex) Descriptor deprecated

func (*SubnetIDIndex) Descriptor() ([]byte, []int)

Deprecated: Use SubnetIDIndex.ProtoReflect.Descriptor instead.

func (*SubnetIDIndex) GetIndex

func (x *SubnetIDIndex) GetIndex() uint32

func (*SubnetIDIndex) GetSubnetId

func (x *SubnetIDIndex) GetSubnetId() []byte

func (*SubnetIDIndex) ProtoMessage

func (*SubnetIDIndex) ProtoMessage()

func (*SubnetIDIndex) ProtoReflect

func (x *SubnetIDIndex) ProtoReflect() protoreflect.Message

func (*SubnetIDIndex) Reset

func (x *SubnetIDIndex) Reset()

func (*SubnetIDIndex) String

func (x *SubnetIDIndex) String() string

type SubnetValidatorRegistrationJustification

type SubnetValidatorRegistrationJustification struct {

	// Types that are assignable to Preimage:
	//
	//	*SubnetValidatorRegistrationJustification_ConvertSubnetTxData
	//	*SubnetValidatorRegistrationJustification_RegisterSubnetValidatorMessage
	Preimage isSubnetValidatorRegistrationJustification_Preimage `protobuf_oneof:"preimage"`
	Filter   []byte                                              `protobuf:"bytes,3,opt,name=filter,proto3" json:"filter,omitempty"`
	// contains filtered or unexported fields
}

func (*SubnetValidatorRegistrationJustification) Descriptor deprecated

func (*SubnetValidatorRegistrationJustification) Descriptor() ([]byte, []int)

Deprecated: Use SubnetValidatorRegistrationJustification.ProtoReflect.Descriptor instead.

func (*SubnetValidatorRegistrationJustification) GetConvertSubnetTxData

func (x *SubnetValidatorRegistrationJustification) GetConvertSubnetTxData() *SubnetIDIndex

func (*SubnetValidatorRegistrationJustification) GetFilter

func (*SubnetValidatorRegistrationJustification) GetPreimage

func (m *SubnetValidatorRegistrationJustification) GetPreimage() isSubnetValidatorRegistrationJustification_Preimage

func (*SubnetValidatorRegistrationJustification) GetRegisterSubnetValidatorMessage

func (x *SubnetValidatorRegistrationJustification) GetRegisterSubnetValidatorMessage() []byte

func (*SubnetValidatorRegistrationJustification) ProtoMessage

func (*SubnetValidatorRegistrationJustification) ProtoReflect

func (*SubnetValidatorRegistrationJustification) Reset

func (*SubnetValidatorRegistrationJustification) String

type SubnetValidatorRegistrationJustification_ConvertSubnetTxData

type SubnetValidatorRegistrationJustification_ConvertSubnetTxData struct {
	// Validator was added to the Subnet during the ConvertSubnetTx.
	ConvertSubnetTxData *SubnetIDIndex `protobuf:"bytes,1,opt,name=convert_subnet_tx_data,json=convertSubnetTxData,proto3,oneof"`
}

type SubnetValidatorRegistrationJustification_RegisterSubnetValidatorMessage

type SubnetValidatorRegistrationJustification_RegisterSubnetValidatorMessage struct {
	// Validator was registered to the Subnet after the ConvertSubnetTx.
	// The SubnetValidator is being removed from the Subnet
	RegisterSubnetValidatorMessage []byte `protobuf:"bytes,2,opt,name=register_subnet_validator_message,json=registerSubnetValidatorMessage,proto3,oneof"`
}

Jump to

Keyboard shortcuts

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