testutil

package
v3.1.3 Latest Latest
Warning

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

Go to latest
Published: Jul 10, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MakeTestTxConfig

func MakeTestTxConfig(codecOpt testutil.CodecOptions) client.TxConfig

Types

type TestBuilderTxConfig

type TestBuilderTxConfig struct {
	client.TxConfig
	TxBuilder *TestTxBuilder
}

func MakeBuilderTestTxConfig

func MakeBuilderTestTxConfig(codecOpt testutil.CodecOptions) TestBuilderTxConfig

func (TestBuilderTxConfig) NewTxBuilder

func (cfg TestBuilderTxConfig) NewTxBuilder() client.TxBuilder

type TestEncodingConfig

type TestEncodingConfig struct {
	InterfaceRegistry types.InterfaceRegistry
	Codec             codec.Codec
	TxConfig          client.TxConfig
	Amino             *codec.LegacyAmino
}

TestEncodingConfig defines an encoding configuration that is used for testing purposes. Note, MakeTestEncodingConfig takes a series of AppModule types which should only contain the relevant module being tested and any potential dependencies.

func MakeTestEncodingConfig

func MakeTestEncodingConfig(codecOpt testutil.CodecOptions, modules ...module.AppModule) TestEncodingConfig

type TestTxBuilder

type TestTxBuilder struct {
	client.TxBuilder
	ExtOptions []*types.Any
}

func (*TestTxBuilder) SetExtensionOptions

func (b *TestTxBuilder) SetExtensionOptions(extOpts ...*types.Any)

Jump to

Keyboard shortcuts

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