package
3.0.2
Repository: https://github.com/fisco-bcos/go-sdk.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewSimpleTx creates a contract transaction, if nonce is empty string, the nonce will be auto generated.
NewTransaction returns a new transaction.
SignTx signs the transaction using the given signer and private key.
TxDifference returns a new set which is the difference between a and b.

# Constants

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
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
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
No description provided by the author
txPool related errors.
No description provided by the author
< Ran out of gas executing code of the transaction.
< Too little gas to pay for the base transaction cost.
< Ran out of stack executing code of the transaction.
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
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
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

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

# Structs

No description provided by the author
EIP155Transaction implements Signer using the EIP155 rules.
No description provided by the author
No description provided by the author
HomesteadTransaction implements TransactionInterface using the homestead rules.
Log represents a contract log event.
NewLog is used for the receipt.
No description provided by the author
No description provided by the author
Receipt represents the results of a transaction.
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
No description provided by the author
No description provided by the author

# Interfaces

Signer encapsulates transaction signature handling.

# Type aliases

Transactions is a Transaction slice type for basic sorting.