You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can not call SendTransactionConditional , or derive ethclient class.
I need to make some modifications to this interface, such as log or frequency limiting and other, I will derive new classes, and then pass in erc20.NewErc20(..., WrapEthClient{}) // var _ bind.ContractBackend = WrapEthClient{}
The text was updated successfully, but these errors were encountered:
RelicOfTesla
changed the title
ethclient.SendTransactionConditional use a internal struct
bind.ContractTransactor/ethclient.SendTransactionConditional use a internal struct
Sep 25, 2024
bsc/accounts/abi/bind/backend.go
Line 104 in ec318b9
bsc/accounts/abi/bind/backend.go
Line 27 in ec318b9
bsc/ethclient/ethclient.go
Line 740 in ec318b9
bsc/ethclient/ethclient.go
Line 32 in ec318b9
Can not call SendTransactionConditional , or derive ethclient class.
I need to make some modifications to this interface, such as log or frequency limiting and other, I will derive new classes, and then pass in erc20.NewErc20(..., WrapEthClient{}) // var _ bind.ContractBackend = WrapEthClient{}
The text was updated successfully, but these errors were encountered: