buildOp abstract method

Future<IUserOperation> buildOp(
  1. EthereumAddress entryPoint,
  2. BigInt chainId
)

Builds the operation asynchronously and returns a future of it.

Implementation

Future<IUserOperation> buildOp(
  EthereumAddress entryPoint,
  BigInt chainId,
);