Documentation
¶
Index ¶
- Variables
- func DecodeMockPFB(pfb []byte) ([]uint32, error)
- func GenerateBlobTx(blobSizes []int) []byte
- func GenerateBlobTxWithNamespace(namespaces []namespace.Namespace, blobSizes []int) []byte
- func GenerateBlobTxs(numTxs, blobsPerPfb, blobSize int) [][]byte
- func GenerateBlobs(blobSizes ...int) []*blob.Blob
- func GenerateRandomTx(minSize, maxSize int) []byte
- func GenerateTxs(minSize, maxSize, numTxs int) [][]byte
- func MockPFB(blobSizes []uint32) []byte
- func RandomBytes(size int) []byte
- func Repeat[T any](s T, count int) []T
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultTestNamespace = namespace.MustNewV0([]byte("test"))
Functions ¶
func DecodeMockPFB ¶
func GenerateBlobTx ¶
func GenerateBlobTxs ¶
func GenerateBlobs ¶ added in v1.1.1
func GenerateRandomTx ¶
func GenerateTxs ¶
func RandomBytes ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.