Documentation ¶
Index ¶
- Variables
- type V5ExtraEIPs
- func (*V5ExtraEIPs) Descriptor() ([]byte, []int)
- func (m *V5ExtraEIPs) GetEIPs() []int64
- func (m *V5ExtraEIPs) Marshal() (dAtA []byte, err error)
- func (m *V5ExtraEIPs) MarshalTo(dAtA []byte) (int, error)
- func (m *V5ExtraEIPs) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*V5ExtraEIPs) ProtoMessage()
- func (m *V5ExtraEIPs) Reset()
- func (m *V5ExtraEIPs) Size() (n int)
- func (m *V5ExtraEIPs) String() string
- func (m *V5ExtraEIPs) Unmarshal(dAtA []byte) error
- func (m *V5ExtraEIPs) XXX_DiscardUnknown()
- func (m *V5ExtraEIPs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *V5ExtraEIPs) XXX_Merge(src proto.Message)
- func (m *V5ExtraEIPs) XXX_Size() int
- func (m *V5ExtraEIPs) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type V5ExtraEIPs ¶
type V5ExtraEIPs struct { // eips defines the additional EIPs for the vm.Config EIPs []int64 `protobuf:"varint,1,rep,packed,name=eips,proto3" json:"eips,omitempty" yaml:"eips"` }
V5ExtraEIPs represents extra EIPs for the vm.Config
func (*V5ExtraEIPs) Descriptor ¶
func (*V5ExtraEIPs) Descriptor() ([]byte, []int)
func (*V5ExtraEIPs) GetEIPs ¶
func (m *V5ExtraEIPs) GetEIPs() []int64
func (*V5ExtraEIPs) Marshal ¶
func (m *V5ExtraEIPs) Marshal() (dAtA []byte, err error)
func (*V5ExtraEIPs) MarshalToSizedBuffer ¶
func (m *V5ExtraEIPs) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*V5ExtraEIPs) ProtoMessage ¶
func (*V5ExtraEIPs) ProtoMessage()
func (*V5ExtraEIPs) Reset ¶
func (m *V5ExtraEIPs) Reset()
func (*V5ExtraEIPs) Size ¶
func (m *V5ExtraEIPs) Size() (n int)
func (*V5ExtraEIPs) String ¶
func (m *V5ExtraEIPs) String() string
func (*V5ExtraEIPs) Unmarshal ¶
func (m *V5ExtraEIPs) Unmarshal(dAtA []byte) error
func (*V5ExtraEIPs) XXX_DiscardUnknown ¶
func (m *V5ExtraEIPs) XXX_DiscardUnknown()
func (*V5ExtraEIPs) XXX_Marshal ¶
func (m *V5ExtraEIPs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*V5ExtraEIPs) XXX_Merge ¶
func (m *V5ExtraEIPs) XXX_Merge(src proto.Message)
func (*V5ExtraEIPs) XXX_Size ¶
func (m *V5ExtraEIPs) XXX_Size() int
func (*V5ExtraEIPs) XXX_Unmarshal ¶
func (m *V5ExtraEIPs) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.