package
0.0.0-20200630034751-590ca12ed7fe
Repository: https://github.com/fsn-dev/crosschain-bridge.git
Documentation: pkg.go.dev
# Functions
MakeSigner make signer.
NewContractCreation new contract creation.
NewEIP155Signer new EIP155Signer.
NewTransaction new tx.
Sender returns the address derived from the signature (V, R, S) using secp256k1 elliptic curve and an error if it failed deriving or upon an incorrect signature.
SignTx signs the transaction using the given signer and private key.
ToBlockNumArg to block number arg.
ToFilterArg query to filter arg.
# Structs
EIP155Signer implements Signer using the EIP155 rules.
FilterQuery struct.
FrontierSigner frontier signer.
HomesteadSigner implements TransactionInterface using the homestead rules.
RPCBlock struct.
RPCLog struct.
RPCTransaction struct.
RPCTxAndReceipt struct.
RPCTxReceipt struct.
Transaction struct.
# Interfaces
Signer encapsulates transaction signature handling.
# Type aliases
StorageSize type.