Versions in this module Expand all Collapse all v0 v0.48.86 Oct 24, 2023 v0.48.84 Oct 24, 2023 Changes in this version + var DefaultSignModes = []signingtypes.SignMode + var EventRegex = regexp.MustCompile(`^[a-zA-Z_]+\.[a-zA-Z_]+=\S+$`) + func DefaultJSONTxDecoder(cdc codec.ProtoCodecMarshaler) sdk.TxDecoder + func DefaultJSONTxEncoder(cdc codec.ProtoCodecMarshaler) sdk.TxEncoder + func DefaultTxDecoder(cdc codec.ProtoCodecMarshaler) sdk.TxDecoder + func DefaultTxEncoder() sdk.TxEncoder + func DirectSignBytes(bodyBytes, authInfoBytes []byte, chainID string, accnum uint64) ([]byte, error) + func ModeInfoAndSigToSignatureData(modeInfo *tx.ModeInfo, sig []byte) (signing.SignatureData, error) + func NewTxConfig(protoCodec codec.ProtoCodecMarshaler, enabledSignModes []signingtypes.SignMode) client.TxConfig + func NewTxConfigWithHandler(protoCodec codec.ProtoCodecMarshaler, handler signing.SignModeHandler) client.TxConfig + func NewTxServer(clientCtx client.Context, simulate baseAppSimulateFn, ...) txtypes.ServiceServer + func QueryTx(clientCtx client.Context, hashHexStr string) (*sdk.TxResponse, error) + func QueryTxsByEvents(clientCtx client.Context, events []string, page, limit int, orderBy string) (*sdk.SearchTxsResult, error) + func RegisterGRPCGatewayRoutes(clientConn gogogrpc.ClientConn, mux *runtime.ServeMux) + func RegisterTxService(qrt gogogrpc.Server, clientCtx client.Context, simulateFn baseAppSimulateFn, ...) + func SignatureDataToModeInfoAndSig(data signing.SignatureData) (*tx.ModeInfo, []byte) + func WrapTx(protoTx *tx.Tx) client.TxBuilder + type ExtensionOptionsTxBuilder interface + SetExtensionOptions func(...*codectypes.Any) + SetNonCriticalExtensionOptions func(...*codectypes.Any)