PrepareUserOperationBody: {
    calls: EvmCall[];
    network: PrepareUserOperationBodyNetwork;
    paymasterUrl?: string;
}

Type declaration

  • calls: EvmCall[]

    The list of calls to make from the Smart Account.

  • network: PrepareUserOperationBodyNetwork

    The network to prepare the user operation for.

  • OptionalpaymasterUrl?: string

    The URL of the paymaster to use for the user operation.