Documentation ¶
Index ¶
- Constants
- func FundKeyringAccounts(cdc codec.Codec, accounts ...string) (keyring.Keyring, []banktypes.Balance, []authtypes.GenesisAccount)
- func GenerateAccounts(count int) []string
- func GenerateBlobsWithNamespace(count, blobSize int, nID nmtnamespace.ID) types.BlobsByNamespace
- func GenerateKeyring(accounts ...string) keyring.Keyring
- func GenerateRandomBlob(size int) types.Blob
- func GenerateRandomTxs(count, size int) types.Txs
- func GenerateRandomlySizedBlobs(count, maxBlobSize int) []types.Blob
- func GenerateRandomlySizedTxs(count, maxSize int) types.Txs
- func QueryWithoutProof(clientCtx client.Context, hashHexStr string) (*rpctypes.ResultTx, error)
- func RandomAddress() sdk.Address
- func Repeat[T any](s T, count int) []T
Constants ¶
View Source
const (
// nolint:lll
TestAccName = "test-account"
)
Variables ¶
This section is empty.
Functions ¶
func FundKeyringAccounts ¶
func GenerateAccounts ¶
func GenerateBlobsWithNamespace ¶
func GenerateBlobsWithNamespace(count, blobSize int, nID nmtnamespace.ID) types.BlobsByNamespace
GenerateBlobsWithNamespace generates blobs with namespace ID `nID`.
func GenerateKeyring ¶
func GenerateRandomBlob ¶
func GenerateRandomTxs ¶
func QueryWithoutProof ¶
func RandomAddress ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.