package
1.5.0
Repository: https://github.com/katena-chain/sdk-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

GetCurrentTime returns a well formatted custom time.Now().
GetTxDataStateBytes returns the sorted and marshaled json representation of a TxData ready to be signed.
TxSigner constructor.
UnmarshalTxData accepts a wrapper and tries to unmarshal its value according to its string type.

# Constants

No description provided by the author

# Variables

No description provided by the author

# Structs

Time is a time.Time wrapper.
Tx wraps a TxData with its signature, its signer id and a nonce time.
TxSigner contains all information about a Tx signer.
UnknownTxData is useful to unmarshal and marshal back a tx data of unknown type.

# Interfaces

TxData interface defines the methods a concrete TxData must implement.

# Type aliases

HexBytes allows to json marshal/unmarshal a byte array into an hex encoded string.
TxAlias is useful to avoid triggering the custom Tx MarshalJSON method.