Versions in this module Expand all Collapse all v1 v1.0.1 Nov 7, 2023 v1.0.0 Oct 10, 2023 Changes in this version + const AccountAddressPrefix + func SetPrefixes(accountAddressPrefix string) + type Builder struct + func NewTxBuilder(txConfig client.TxConfig) Builder + func (txBuilder Builder) GetTxBytes() ([]byte, error) + func (txBuilder Builder) Sign(signMode signing.SignMode, signerData SignerData, privKey key.PrivKey, ...) error + type SignMode = signing.SignMode + const SignModeDirect + const SignModeLegacyAminoJSON + const SignModeTexture + const SignModeUnspecified + type SignatureV2 = signing.SignatureV2 + type SignerData = authsigning.SignerData + type Tx = authsigning.Tx