 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- Variables
- type L1ValidatorRegistrationJustification
- func (*L1ValidatorRegistrationJustification) Descriptor() ([]byte, []int)deprecated
- func (x *L1ValidatorRegistrationJustification) GetConvertSubnetToL1TxData() *SubnetIDIndex
- func (m *L1ValidatorRegistrationJustification) GetPreimage() isL1ValidatorRegistrationJustification_Preimage
- func (x *L1ValidatorRegistrationJustification) GetRegisterL1ValidatorMessage() []byte
- func (*L1ValidatorRegistrationJustification) ProtoMessage()
- func (x *L1ValidatorRegistrationJustification) ProtoReflect() protoreflect.Message
- func (x *L1ValidatorRegistrationJustification) Reset()
- func (x *L1ValidatorRegistrationJustification) String() string
 
- type L1ValidatorRegistrationJustification_ConvertSubnetToL1TxData
- type L1ValidatorRegistrationJustification_RegisterL1ValidatorMessage
- type SubnetIDIndex
- func (*SubnetIDIndex) Descriptor() ([]byte, []int)deprecated
- func (x *SubnetIDIndex) GetIndex() uint32
- func (x *SubnetIDIndex) GetSubnetId() []byte
- func (*SubnetIDIndex) ProtoMessage()
- func (x *SubnetIDIndex) ProtoReflect() protoreflect.Message
- func (x *SubnetIDIndex) Reset()
- func (x *SubnetIDIndex) String() string
 
Constants ¶
This section is empty.
Variables ¶
      View Source
      
  
var File_platformvm_platformvm_proto protoreflect.FileDescriptor
    Functions ¶
This section is empty.
Types ¶
type L1ValidatorRegistrationJustification ¶
type L1ValidatorRegistrationJustification struct {
	// Types that are assignable to Preimage:
	//
	//	*L1ValidatorRegistrationJustification_ConvertSubnetToL1TxData
	//	*L1ValidatorRegistrationJustification_RegisterL1ValidatorMessage
	Preimage isL1ValidatorRegistrationJustification_Preimage `protobuf_oneof:"preimage"`
	// contains filtered or unexported fields
}
    
        
          
            func (*L1ValidatorRegistrationJustification) Descriptor
            deprecated
            
          
  
    
  
      
      func (*L1ValidatorRegistrationJustification) Descriptor() ([]byte, []int)
Deprecated: Use L1ValidatorRegistrationJustification.ProtoReflect.Descriptor instead.
func (*L1ValidatorRegistrationJustification) GetConvertSubnetToL1TxData ¶
func (x *L1ValidatorRegistrationJustification) GetConvertSubnetToL1TxData() *SubnetIDIndex
func (*L1ValidatorRegistrationJustification) GetPreimage ¶
func (m *L1ValidatorRegistrationJustification) GetPreimage() isL1ValidatorRegistrationJustification_Preimage
func (*L1ValidatorRegistrationJustification) GetRegisterL1ValidatorMessage ¶
func (x *L1ValidatorRegistrationJustification) GetRegisterL1ValidatorMessage() []byte
func (*L1ValidatorRegistrationJustification) ProtoMessage ¶
func (*L1ValidatorRegistrationJustification) ProtoMessage()
func (*L1ValidatorRegistrationJustification) ProtoReflect ¶
func (x *L1ValidatorRegistrationJustification) ProtoReflect() protoreflect.Message
func (*L1ValidatorRegistrationJustification) Reset ¶
func (x *L1ValidatorRegistrationJustification) Reset()
func (*L1ValidatorRegistrationJustification) String ¶
func (x *L1ValidatorRegistrationJustification) String() string
type L1ValidatorRegistrationJustification_ConvertSubnetToL1TxData ¶
type L1ValidatorRegistrationJustification_ConvertSubnetToL1TxData struct {
	// This should be set to obtain an attestation that a validator specified in
	// a ConvertSubnetToL1Tx has been removed from the validator set.
	ConvertSubnetToL1TxData *SubnetIDIndex `protobuf:"bytes,1,opt,name=convert_subnet_to_l1_tx_data,json=convertSubnetToL1TxData,proto3,oneof"`
}
    type L1ValidatorRegistrationJustification_RegisterL1ValidatorMessage ¶
type L1ValidatorRegistrationJustification_RegisterL1ValidatorMessage struct {
	// This should be set to a RegisterL1ValidatorMessage to obtain an
	// attestation that a validator is not currently registered and can never be
	// registered. This can be because the validator was successfully added and
	// then later removed, or because the validator was never added and the
	// registration expired.
	RegisterL1ValidatorMessage []byte `protobuf:"bytes,2,opt,name=register_l1_validator_message,json=registerL1ValidatorMessage,proto3,oneof"`
}
    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
 Click to show internal directories. 
   Click to hide internal directories.