Documentation ¶
Index ¶
- Constants
- func SendRawTransaction(rpcClient *rpc.Client, raw []byte) error
- func SendTransaction(rpcClient *rpc.Client, tx *types.Transaction) error
- func TxSigner(chainID *big.Int) types.Signer
- func WriteContractAddr(filePath string, senderAddr common.Address, nonce uint64) (common.Address, error)
- type Service
Constants ¶
View Source
const (
DefaultDeploymentAddrLogPathPrefix = "./accounts/addresses/"
)
Variables ¶
This section is empty.
Functions ¶
func SendRawTransaction ¶
SendRawTransaction sends a raw, signed tx using the provided client
func SendTransaction ¶
func SendTransaction(rpcClient *rpc.Client, tx *types.Transaction) error
SendTransaction sends a signed tx using the provided client
Types ¶
Click to show internal directories.
Click to hide internal directories.