Export

CreateUserOperationRequest

interface CreateUserOperationRequest {
    calls: Call[];
    paymaster_url?: string;
}

Properties

calls: Call[]

The list of calls to make from the smart wallet.

Memberof

CreateUserOperationRequest

paymaster_url?: string

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

Memberof

CreateUserOperationRequest