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
@@ -27,6 +28,7 @@ Besides `addr` and `abi`, you can use the option pattern to parametrize the cont
27
28
- <GoDocLinkhref="contract#WithJsonRPCClient">WithJsonRPCClient</GoDocLink>: [`JsonRPC`](/jsonrpc) object to make rpc calls. It takes preference over an address from `WithAddress`.
28
29
- <GoDocLinkhref="contract#WithSigner">WithSigner</GoDocLink>: [`Signer`](/signers/signer) object to send transactions or use a custom `from` address.
29
30
- <GoDocLinkhref="contract#WithProvider">WithProvider</GoDocLink>: Custom <GoDocLinkhref="contract#NodeProvider">NodeProvider</GoDocLink> implementation to resolve calls and transactions.
31
+
- <GoDocLinkhref="contract#WithEIP1559">WithEIP1559</GoDocLink>: Send transactions with EIP-1559 pricing.
0 commit comments