encodedtx

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EncodedTx

type EncodedTx struct {
	Type types.TxType
	Data []byte
}

func FromBytes

func FromBytes(b []byte) (*EncodedTx, error)

func FromTx

func FromTx(b types.Tx) (*EncodedTx, error)

func FromTypedTx

func FromTypedTx(val types.TypedTx) (*EncodedTx, error)

func (*EncodedTx) Decode

func (tx *EncodedTx) Decode(val types.TypedTx) error

func (*EncodedTx) ToBytes

func (tx *EncodedTx) ToBytes() ([]byte, error)

func (*EncodedTx) ToTx

func (tx *EncodedTx) ToTx() (types.Tx, error)

Jump to

Keyboard shortcuts

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