Meta Transactions - Web3j

PHOTO EMBED

Sun Mar 17 2024 06:21:33 GMT+0000 (Coordinated Universal Time)

Saved by @katyno

MinimalForwarder minimalForwarder = MinimalForwarder.load("<minimalForwarder_contract_address>", web3j, credentials, new StaticGasProvider(BigInteger.valueOf(4_100_000_000L),BigInteger.valueOf(6721975L)));
Recipient recipient = Recipient.load("<recipient_contract_address>", web3j, credentials, new StaticGasProvider(BigInteger.valueOf(4_100_000_000L),BigInteger.valueOf(6721975L)));
content_copyCOPY

https://docs.web3j.io/4.10.0/use_cases/meta_transaction/