package
0.0.0-20200921075319-ce7d804eeb2f
Repository: https://github.com/xunleiblockchain/tc-libs.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
NewEventBus returns a new event bus.
NewEventBusWithBufferCapacity returns a new event bus with the given buffer capacity.
No description provided by the author
NewReceipt creates a barebone transaction receipt, copying the init fields.
NewSTDEIP155Signer return a STDEIP155Signer.
No description provided by the author

# Constants

Reserved event types.
Reserved event types.
Reserved event types.
EventTypeKey is a reserved key, used to specify event type in tags.
ReceiptStatusFailed is the status code of a transaction if execution failed.
ReceiptStatusSuccessful is the status code of a transaction if execution succeeded.

# Variables

No description provided by the author
ErrInvalidSignParam is returned if the transaction signed with error param.
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

EventBus is a common bus for all events going through the system.
No description provided by the author
No description provided by the author
No description provided by the author
Log represents a contract log event.
Receipt represents the results of a transaction.
STDEIP155Signer implements STDSigner using the EIP155 rules.
STDFrontierSigner implements TransactionInterface using the homestead rules.
STDHomesteadSigner implements TransactionInterface using the homestead rules.

# Interfaces

No description provided by the author
STDSigner encapsulates signdata signature handling.
No description provided by the author

# Type aliases

GasPool tracks the amount of gas available during execution of the transactions in a block.
No description provided by the author
Receipts is a wrapper around a Receipt array to implement DerivableList.
No description provided by the author