Versions in this module Expand all Collapse all v0 v0.0.2 Jul 13, 2023 Changes in this version + type EncodedTx struct + Data []byte + Type types.TxType + func FromBytes(b []byte) (*EncodedTx, error) + func FromTx(b types.Tx) (*EncodedTx, error) + func FromTypedTx(val types.TypedTx) (*EncodedTx, error) + func (tx *EncodedTx) Decode(val types.TypedTx) error + func (tx *EncodedTx) ToBytes() ([]byte, error) + func (tx *EncodedTx) ToTx() (types.Tx, error) v0.0.1 Jul 6, 2023