Type alias EstimateUserOpGasResponse

EstimateUserOpGasResponse: {
    error?: JsonRpcError;
    id: number;
    jsonrpc: string;
    result: UserOpGasResponse;
}

Type declaration