testing

package
v7.1.8 Latest Latest
Warning

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

Go to latest
Published: Jul 23, 2026 License: GPL-3.0 Imports: 7 Imported by: 0

Documentation

Overview

Code generated by fastssz. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

View Source
var File_proto_ssz_query_testing_test_containers_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type FixedNestedContainer

type FixedNestedContainer struct {
	Value1 uint64 `protobuf:"varint,1,opt,name=value1,proto3" json:"value1,omitempty"`
	Value2 []byte `protobuf:"bytes,2,opt,name=value2,proto3" json:"value2,omitempty" ssz-size:"32"`
	// contains filtered or unexported fields
}

func (*FixedNestedContainer) Descriptor deprecated

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

Deprecated: Use FixedNestedContainer.ProtoReflect.Descriptor instead.

func (*FixedNestedContainer) GetValue1

func (x *FixedNestedContainer) GetValue1() uint64

func (*FixedNestedContainer) GetValue2

func (x *FixedNestedContainer) GetValue2() []byte

func (*FixedNestedContainer) HashTreeRoot

func (f *FixedNestedContainer) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the FixedNestedContainer object

func (*FixedNestedContainer) HashTreeRootWith

func (f *FixedNestedContainer) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the FixedNestedContainer object with a hasher

func (*FixedNestedContainer) MarshalSSZ

func (f *FixedNestedContainer) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the FixedNestedContainer object

func (*FixedNestedContainer) MarshalSSZTo

func (f *FixedNestedContainer) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the FixedNestedContainer object to a target array

func (*FixedNestedContainer) ProtoMessage

func (*FixedNestedContainer) ProtoMessage()

func (*FixedNestedContainer) ProtoReflect

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

func (*FixedNestedContainer) Reset

func (x *FixedNestedContainer) Reset()

func (*FixedNestedContainer) SizeSSZ

func (f *FixedNestedContainer) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the FixedNestedContainer object

func (*FixedNestedContainer) String

func (x *FixedNestedContainer) String() string

func (*FixedNestedContainer) UnmarshalSSZ

func (f *FixedNestedContainer) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the FixedNestedContainer object

type FixedTestContainer

type FixedTestContainer struct {
	FieldUint32            uint32                                           `protobuf:"varint,1,opt,name=field_uint32,json=fieldUint32,proto3" json:"field_uint32,omitempty"`
	FieldUint64            uint64                                           `protobuf:"varint,2,opt,name=field_uint64,json=fieldUint64,proto3" json:"field_uint64,omitempty"`
	FieldBool              bool                                             `protobuf:"varint,3,opt,name=field_bool,json=fieldBool,proto3" json:"field_bool,omitempty"`
	FieldBytes32           []byte                                           `protobuf:"bytes,4,opt,name=field_bytes32,json=fieldBytes32,proto3" json:"field_bytes32,omitempty" ssz-size:"32"`
	Nested                 *FixedNestedContainer                            `protobuf:"bytes,5,opt,name=nested,proto3" json:"nested,omitempty"`
	VectorField            []uint64                                         `protobuf:"varint,6,rep,packed,name=vector_field,json=vectorField,proto3" json:"vector_field,omitempty" ssz-size:"24"`
	TwoDimensionBytesField [][]byte                                         `` /* 147-byte string literal not displayed */
	Bitvector64Field       github_com_OffchainLabs_go_bitfield.Bitvector64  `` /* 182-byte string literal not displayed */
	Bitvector512Field      github_com_OffchainLabs_go_bitfield.Bitvector512 `` /* 187-byte string literal not displayed */
	TrailingField          []byte                                           `protobuf:"bytes,10,opt,name=trailing_field,json=trailingField,proto3" json:"trailing_field,omitempty" ssz-size:"56"`
	// contains filtered or unexported fields
}

func (*FixedTestContainer) Descriptor deprecated

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

Deprecated: Use FixedTestContainer.ProtoReflect.Descriptor instead.

func (*FixedTestContainer) GetBitvector64Field

func (*FixedTestContainer) GetBitvector512Field

func (*FixedTestContainer) GetFieldBool

func (x *FixedTestContainer) GetFieldBool() bool

func (*FixedTestContainer) GetFieldBytes32

func (x *FixedTestContainer) GetFieldBytes32() []byte

func (*FixedTestContainer) GetFieldUint32

func (x *FixedTestContainer) GetFieldUint32() uint32

func (*FixedTestContainer) GetFieldUint64

func (x *FixedTestContainer) GetFieldUint64() uint64

func (*FixedTestContainer) GetNested

func (x *FixedTestContainer) GetNested() *FixedNestedContainer

func (*FixedTestContainer) GetTrailingField

func (x *FixedTestContainer) GetTrailingField() []byte

func (*FixedTestContainer) GetTwoDimensionBytesField

func (x *FixedTestContainer) GetTwoDimensionBytesField() [][]byte

func (*FixedTestContainer) GetVectorField

func (x *FixedTestContainer) GetVectorField() []uint64

func (*FixedTestContainer) HashTreeRoot

func (f *FixedTestContainer) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the FixedTestContainer object

func (*FixedTestContainer) HashTreeRootWith

func (f *FixedTestContainer) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the FixedTestContainer object with a hasher

func (*FixedTestContainer) MarshalSSZ

func (f *FixedTestContainer) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the FixedTestContainer object

func (*FixedTestContainer) MarshalSSZTo

func (f *FixedTestContainer) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the FixedTestContainer object to a target array

func (*FixedTestContainer) ProtoMessage

func (*FixedTestContainer) ProtoMessage()

func (*FixedTestContainer) ProtoReflect

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

func (*FixedTestContainer) Reset

func (x *FixedTestContainer) Reset()

func (*FixedTestContainer) SizeSSZ

func (f *FixedTestContainer) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the FixedTestContainer object

func (*FixedTestContainer) String

func (x *FixedTestContainer) String() string

func (*FixedTestContainer) UnmarshalSSZ

func (f *FixedTestContainer) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the FixedTestContainer object

type VariableNestedContainer

type VariableNestedContainer struct {
	Value1          uint64   `protobuf:"varint,1,opt,name=value1,proto3" json:"value1,omitempty"`
	FieldListUint64 []uint64 `` /* 130-byte string literal not displayed */
	NestedListField [][]byte `` /* 140-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*VariableNestedContainer) Descriptor deprecated

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

Deprecated: Use VariableNestedContainer.ProtoReflect.Descriptor instead.

func (*VariableNestedContainer) GetFieldListUint64

func (x *VariableNestedContainer) GetFieldListUint64() []uint64

func (*VariableNestedContainer) GetNestedListField

func (x *VariableNestedContainer) GetNestedListField() [][]byte

func (*VariableNestedContainer) GetValue1

func (x *VariableNestedContainer) GetValue1() uint64

func (*VariableNestedContainer) HashTreeRoot

func (v *VariableNestedContainer) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the VariableNestedContainer object

func (*VariableNestedContainer) HashTreeRootWith

func (v *VariableNestedContainer) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the VariableNestedContainer object with a hasher

func (*VariableNestedContainer) MarshalSSZ

func (v *VariableNestedContainer) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the VariableNestedContainer object

func (*VariableNestedContainer) MarshalSSZTo

func (v *VariableNestedContainer) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the VariableNestedContainer object to a target array

func (*VariableNestedContainer) ProtoMessage

func (*VariableNestedContainer) ProtoMessage()

func (*VariableNestedContainer) ProtoReflect

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

func (*VariableNestedContainer) Reset

func (x *VariableNestedContainer) Reset()

func (*VariableNestedContainer) SizeSSZ

func (v *VariableNestedContainer) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the VariableNestedContainer object

func (*VariableNestedContainer) String

func (x *VariableNestedContainer) String() string

func (*VariableNestedContainer) UnmarshalSSZ

func (v *VariableNestedContainer) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the VariableNestedContainer object

type VariableOuterContainer

type VariableOuterContainer struct {
	Inner_1 *VariableNestedContainer `protobuf:"bytes,1,opt,name=inner_1,json=inner1,proto3" json:"inner_1,omitempty"`
	Inner_2 *VariableNestedContainer `protobuf:"bytes,2,opt,name=inner_2,json=inner2,proto3" json:"inner_2,omitempty"`
	// contains filtered or unexported fields
}

func (*VariableOuterContainer) Descriptor deprecated

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

Deprecated: Use VariableOuterContainer.ProtoReflect.Descriptor instead.

func (*VariableOuterContainer) GetInner_1

func (*VariableOuterContainer) GetInner_2

func (*VariableOuterContainer) HashTreeRoot

func (v *VariableOuterContainer) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the VariableOuterContainer object

func (*VariableOuterContainer) HashTreeRootWith

func (v *VariableOuterContainer) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the VariableOuterContainer object with a hasher

func (*VariableOuterContainer) MarshalSSZ

func (v *VariableOuterContainer) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the VariableOuterContainer object

func (*VariableOuterContainer) MarshalSSZTo

func (v *VariableOuterContainer) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the VariableOuterContainer object to a target array

func (*VariableOuterContainer) ProtoMessage

func (*VariableOuterContainer) ProtoMessage()

func (*VariableOuterContainer) ProtoReflect

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

func (*VariableOuterContainer) Reset

func (x *VariableOuterContainer) Reset()

func (*VariableOuterContainer) SizeSSZ

func (v *VariableOuterContainer) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the VariableOuterContainer object

func (*VariableOuterContainer) String

func (x *VariableOuterContainer) String() string

func (*VariableOuterContainer) UnmarshalSSZ

func (v *VariableOuterContainer) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the VariableOuterContainer object

type VariableTestContainer

type VariableTestContainer struct {
	LeadingField          []byte                                      `protobuf:"bytes,1,opt,name=leading_field,json=leadingField,proto3" json:"leading_field,omitempty" ssz-size:"32"`
	FieldListUint64       []uint64                                    `` /* 131-byte string literal not displayed */
	FieldListContainer    []*FixedNestedContainer                     `` /* 131-byte string literal not displayed */
	FieldListBytes32      [][]byte                                    `` /* 141-byte string literal not displayed */
	Nested                *VariableNestedContainer                    `protobuf:"bytes,5,opt,name=nested,proto3" json:"nested,omitempty"`
	VariableContainerList []*VariableOuterContainer                   `` /* 139-byte string literal not displayed */
	BitlistField          github_com_OffchainLabs_go_bitfield.Bitlist `` /* 168-byte string literal not displayed */
	NestedListField       [][]byte                                    `` /* 140-byte string literal not displayed */
	TrailingField         []byte                                      `protobuf:"bytes,9,opt,name=trailing_field,json=trailingField,proto3" json:"trailing_field,omitempty" ssz-size:"56"`
	// contains filtered or unexported fields
}

func (*VariableTestContainer) Descriptor deprecated

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

Deprecated: Use VariableTestContainer.ProtoReflect.Descriptor instead.

func (*VariableTestContainer) GetBitlistField

func (*VariableTestContainer) GetFieldListBytes32

func (x *VariableTestContainer) GetFieldListBytes32() [][]byte

func (*VariableTestContainer) GetFieldListContainer

func (x *VariableTestContainer) GetFieldListContainer() []*FixedNestedContainer

func (*VariableTestContainer) GetFieldListUint64

func (x *VariableTestContainer) GetFieldListUint64() []uint64

func (*VariableTestContainer) GetLeadingField

func (x *VariableTestContainer) GetLeadingField() []byte

func (*VariableTestContainer) GetNested

func (*VariableTestContainer) GetNestedListField

func (x *VariableTestContainer) GetNestedListField() [][]byte

func (*VariableTestContainer) GetTrailingField

func (x *VariableTestContainer) GetTrailingField() []byte

func (*VariableTestContainer) GetVariableContainerList

func (x *VariableTestContainer) GetVariableContainerList() []*VariableOuterContainer

func (*VariableTestContainer) HashTreeRoot

func (v *VariableTestContainer) HashTreeRoot() ([32]byte, error)

HashTreeRoot ssz hashes the VariableTestContainer object

func (*VariableTestContainer) HashTreeRootWith

func (v *VariableTestContainer) HashTreeRootWith(hh *ssz.Hasher) (err error)

HashTreeRootWith ssz hashes the VariableTestContainer object with a hasher

func (*VariableTestContainer) MarshalSSZ

func (v *VariableTestContainer) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the VariableTestContainer object

func (*VariableTestContainer) MarshalSSZTo

func (v *VariableTestContainer) MarshalSSZTo(buf []byte) (dst []byte, err error)

MarshalSSZTo ssz marshals the VariableTestContainer object to a target array

func (*VariableTestContainer) ProtoMessage

func (*VariableTestContainer) ProtoMessage()

func (*VariableTestContainer) ProtoReflect

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

func (*VariableTestContainer) Reset

func (x *VariableTestContainer) Reset()

func (*VariableTestContainer) SizeSSZ

func (v *VariableTestContainer) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the VariableTestContainer object

func (*VariableTestContainer) String

func (x *VariableTestContainer) String() string

func (*VariableTestContainer) UnmarshalSSZ

func (v *VariableTestContainer) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the VariableTestContainer object

Jump to

Keyboard shortcuts

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